#C2C908

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

Shades of La Rioja #C2C908

Tints of La Rioja #C2C908

Color information

#C2C908 (or 0xC2C908) is unknown color: approx La Rioja. HEX triplet: C2, C9 and 08. RGB value is (194,201,8). Sum of RGB (Red+Green+Blue) = 194+201+8=403 (53% of max value = 765). Red value is 194 (76.17% from 255 or 48.14% from 403); Green value is 201 (78.91% from 255 or 49.88% from 403); Blue value is 8 (3.52% from 255 or 1.99% from 403); Max value from RGB is 201 - color contains mainly: green. Hex color #C2C908 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C2C908 is #3D36F7. Grayscale: #B1B1B1. Windows color (decimal): -4011768 or 575938. OLE color: 575938.

HSL color Cylindrical-coordinate representation of color #C2C908: hue angle of 62.18º degrees, saturation: 0.92, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #C2C908 is Cyan = 0.03, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.21.

Color convert

RGB1942018-
CMYK0.0300.960.21
HSL62.18º92.34%40.98%-
HSV(B)62.18º96.02%78.82%-
XYZ43.1853.268.23-
YUV176.932.68140.19-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 48.14%
GREEN value IS 201 (78.91% from 255) = 49.88%
BLUE value IS 8 (3.52% from 255) = 1.99%
R=48.14%
G=49.88%
B=1.99%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal19420180.0300.960.2162.1892.3440.98
HexC2C983060153e5c29
Octal3023111030140257613451
Binary110000101100100110001101100000101011111101011100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C2C908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C2C908; }

 p { color: rgb(194,201,8); }

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

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

 a { background-color: rgb(194,201,8); }

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

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

 span { border-color: rgb(194,201,8); }

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