#C4BB10

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

Shades of La Rioja #C4BB10

Tints of La Rioja #C4BB10

Color information

#C4BB10 (or 0xC4BB10) is unknown color: approx La Rioja. HEX triplet: C4, BB and 10. RGB value is (196,187,16). Sum of RGB (Red+Green+Blue) = 196+187+16=399 (52% of max value = 765). Red value is 196 (76.95% from 255 or 49.12% from 399); Green value is 187 (73.44% from 255 or 46.87% from 399); Blue value is 16 (6.64% from 255 or 4.01% from 399); Max value from RGB is 196 - color contains mainly: red. Hex color #C4BB10 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C4BB10 is #3B44EF. Grayscale: #AAAAAA. Windows color (decimal): -3884272 or 1096644. OLE color: 1096644.

HSL color Cylindrical-coordinate representation of color #C4BB10: hue angle of 57º degrees, saturation: 0.85, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C4BB10 is Cyan = 0, Magento = 0.05, Yellow = 0.92 and Black (K on CMYK) = 0.23.

Color convert

RGB19618716-
CMYK00.050.920.23
HSL57º84.91%41.57%-
HSV(B)57º91.84%76.86%-
XYZ40.6347.317.48-
YUV170.240.98146.4-

RGB Variations

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

RGB

RED value IS 196 (76.95% from 255) = 49.12%
GREEN value IS 187 (73.44% from 255) = 46.87%
BLUE value IS 16 (6.64% from 255) = 4.01%
R=49.12%
G=46.87%
B=4.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.92
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961871600.050.920.235784.9141.57
HexC4BB10055C1739552a
Octal3042732005134277112552
Binary11000100101110111000001011011100101111110011010101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C4BB10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C4BB10; }

 p { color: rgb(196,187,16); }

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

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

 a { background-color: rgb(196,187,16); }

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

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

 span { border-color: rgb(196,187,16); }

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