#C9CC03

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

Shades of La Rioja #C9CC03

Tints of La Rioja #C9CC03

Color information

#C9CC03 (or 0xC9CC03) is unknown color: approx La Rioja. HEX triplet: C9, CC and 03. RGB value is (201,204,3). Sum of RGB (Red+Green+Blue) = 201+204+3=408 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.26% from 408); Green value is 204 (80.08% from 255 or 50% from 408); Blue value is 3 (1.56% from 255 or 0.74% from 408); Max value from RGB is 204 - color contains mainly: green. Hex color #C9CC03 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9CC03 is #3633FC. Grayscale: #B4B4B4. Windows color (decimal): -3552253 or 249033. OLE color: 249033.

HSL color Cylindrical-coordinate representation of color #C9CC03: hue angle of 60.9º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C9CC03 is Cyan = 0.01, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.2.

Color convert

RGB2012043-
CMYK0.0100.990.2
HSL60.9º97.1%40.59%-
HSV(B)60.9º98.53%80%-
XYZ45.755.618.41-
YUV180.1928.01142.84-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 49.26%
GREEN value IS 204 (80.08% from 255) = 50%
BLUE value IS 3 (1.56% from 255) = 0.74%
R=49.26%
G=50%
B=0.74%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.99
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal20120430.0100.990.260.997.140.59
HexC9CC31063143d6129
Octal311314310143247514151
Binary110010011100110011101100011101001111011100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CC03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CC03; }

 p { color: rgb(201,204,3); }

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

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

 a { background-color: rgb(201,204,3); }

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

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

 span { border-color: rgb(201,204,3); }

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