#C2BB13

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

Shades of La Rioja #C2BB13

Tints of La Rioja #C2BB13

Color information

#C2BB13 (or 0xC2BB13) is unknown color: approx La Rioja. HEX triplet: C2, BB and 13. RGB value is (194,187,19). Sum of RGB (Red+Green+Blue) = 194+187+19=400 (52% of max value = 765). Red value is 194 (76.17% from 255 or 48.5% from 400); Green value is 187 (73.44% from 255 or 46.75% from 400); Blue value is 19 (7.81% from 255 or 4.75% from 400); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BB13 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2BB13 is #3D44EC. Grayscale: #AAAAAA. Windows color (decimal): -4015341 or 1293250. OLE color: 1293250.

HSL color Cylindrical-coordinate representation of color #C2BB13: hue angle of 57.6º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C2BB13 is Cyan = 0, Magento = 0.04, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB19418719-
CMYK00.040.900.24
HSL57.6º82.16%41.76%-
HSV(B)57.6º90.21%76.08%-
XYZ40.1447.067.58-
YUV169.9442.82145.16-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.5%
GREEN value IS 187 (73.44% from 255) = 46.75%
BLUE value IS 19 (7.81% from 255) = 4.75%
R=48.5%
G=46.75%
B=4.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.90
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941871900.040.900.2457.682.1641.76
HexC2BB13045A183a522a
Octal3022732304132307212252
Binary11000010101110111001101001011010110001110101010010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2BB13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2BB13; }

 p { color: rgb(194,187,19); }

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

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

 a { background-color: rgb(194,187,19); }

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

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

 span { border-color: rgb(194,187,19); }

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