#B0C40B

Color #B0C40B La Rioja (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Rioja #B0C40B

Tints of La Rioja #B0C40B

Color information

#B0C40B (or 0xB0C40B) is unknown color: approx La Rioja. HEX triplet: B0, C4 and 0B. RGB value is (176,196,11). Sum of RGB (Red+Green+Blue) = 176+196+11=383 (50% of max value = 765). Red value is 176 (69.14% from 255 or 45.95% from 383); Green value is 196 (76.95% from 255 or 51.17% from 383); Blue value is 11 (4.69% from 255 or 2.87% from 383); Max value from RGB is 196 - color contains mainly: green. Hex color #B0C40B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #B0C40B is #4F3BF4. Grayscale: #A9A9A9. Windows color (decimal): -5192693 or 771248. OLE color: 771248.

HSL color Cylindrical-coordinate representation of color #B0C40B: hue angle of 66.49º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B0C40B is Cyan = 0.10, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.23.

Color convert

RGB17619611-
CMYK0.1000.940.23
HSL66.49º89.37%40.59%-
HSV(B)66.49º94.39%76.86%-
XYZ37.748.737.74-
YUV168.9338.87133.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 176 (69.14% from 255) = 45.95%
GREEN value IS 196 (76.95% from 255) = 51.17%
BLUE value IS 11 (4.69% from 255) = 2.87%
R=45.95%
G=51.17%
B=2.87%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal176196110.1000.940.2366.4989.3740.59
HexB0C4BA05E17425929
Octal260304131201362710213151
Binary101100001100010010111010010111101011110000101011001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C40B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C40B; }

 p { color: rgb(176,196,11); }

 H1.HeaderClassName
 {
   color: #B0C40B;
 }
 .AnyTagClassName
 {
   color: #B0C40B;
 }
</style>
background-color css

<style>
 a { background-color: #B0C40B; }

 a { background-color: rgb(176,196,11); }

 div.DivClassName
 {
   background-color: #B0C40B;
 }
 .BgClassName
 {
   background-color: #B0C40B;
 }
</style>
border-color css

<style>
 span { border-color: #B0C40B; }

 span { border-color: rgb(176,196,11); }

 td.TdClassName
 {
   border-color: #B0C40B;
 }
 .TagClassName
 {
   border-color: #B0C40B;
 }
</style>