#B6CA0C

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

Shades of La Rioja #B6CA0C

Tints of La Rioja #B6CA0C

Color information

#B6CA0C (or 0xB6CA0C) is unknown color: approx La Rioja. HEX triplet: B6, CA and 0C. RGB value is (182,202,12). Sum of RGB (Red+Green+Blue) = 182+202+12=396 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.96% from 396); Green value is 202 (79.30% from 255 or 51.01% from 396); Blue value is 12 (5.08% from 255 or 3.03% from 396); Max value from RGB is 202 - color contains mainly: green. Hex color #B6CA0C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #B6CA0C is #4935F3. Grayscale: #AFAFAF. Windows color (decimal): -4797940 or 838326. OLE color: 838326.

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

Color convert

RGB18220212-
CMYK0.1000.940.21
HSL66.32º88.79%41.96%-
HSV(B)66.32º94.06%79.22%-
XYZ40.4852.218.29-
YUV174.3636.37133.45-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.96%
GREEN value IS 202 (79.30% from 255) = 51.01%
BLUE value IS 12 (5.08% from 255) = 3.03%
R=45.96%
G=51.01%
B=3.03%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal182202120.1000.940.2166.3288.7941.96
HexB6CACA05E1542592a
Octal266312141201362510213152
Binary101101101100101011001010010111101010110000101011001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6CA0C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6CA0C; }

 p { color: rgb(182,202,12); }

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

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

 a { background-color: rgb(182,202,12); }

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

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

 span { border-color: rgb(182,202,12); }

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