#c2be18

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

Shades of La Rioja #C2BE18

Tints of La Rioja #C2BE18

Color information

#C2BE18 (or 0xC2BE18) is unknown color: approx La Rioja. HEX triplet: C2, BE and 18. RGB value is (194,190,24). Sum of RGB (Red+Green+Blue) = 194+190+24=408 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.55% from 408); Green value is 190 (74.61% from 255 or 46.57% from 408); Blue value is 24 (9.77% from 255 or 5.88% from 408); Max value from RGB is 194 - color contains mainly: red. Hex color #C2BE18 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2BE18 is #3D41E7. Grayscale: #ACACAC. Windows color (decimal): -4014568 or 1621698. OLE color: 1621698.

HSL color Cylindrical-coordinate representation of color #C2BE18: hue angle of 58.59º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C2BE18 is Cyan = 0, Magento = 0.02, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB19419024-
CMYK00.020.880.24
HSL58.59º77.98%42.75%-
HSV(B)58.59º87.63%76.08%-
XYZ40.8348.368.05-
YUV172.2744.33143.5-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.55%
GREEN value IS 190 (74.61% from 255) = 46.57%
BLUE value IS 24 (9.77% from 255) = 5.88%
R=47.55%
G=46.57%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.88
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941902400.020.880.2458.5977.9842.75
HexC2BE180258183b4e2b
Octal3022763002130307311653
Binary1100001010111110110000101011000110001110111001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c2be18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c2be18; }

 p { color: rgb(194,190,24); }

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

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

 a { background-color: rgb(194,190,24); }

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

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

 span { border-color: rgb(194,190,24); }

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