Html Css Color HEX #C9D00C La Rioja

📋 copy color: '#C9D00C'

red 201 ◦ green 208 ◦ blue 12

#C9D00C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of La Rioja #C9D00C

Tints of La Rioja #C9D00C

RGB

 RED value IS 201 (78.91% from 255) = 47.74%

 GREEN value IS 208 (81.64% from 255) = 49.41%

 BLUE value IS 12 (5.08% from 255) = 2.85%

R = 47.74%
G = 49.41%
B = 2.85%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.94

 K value IS 0.18

RGB Variations

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

Color information

#C9D00C (or 0xC9D00C) is known color: La Rioja. HEX triplet: C9, D0 and 0C. RGB value is (201,208,12). Sum of RGB (Red+Green+Blue) = 201+208+12=421 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.74% from 421); Green value is 208 (81.64% from 255 or 49.41% from 421); Blue value is 12 (5.08% from 255 or 2.85% from 421); Max value from RGB is 208 - color contains mainly: green. Hex color #C9D00C is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9D00C is #362FF3. Grayscale: #B8B8B8. Windows color (decimal): -3551220 or 839881. OLE color: 839881.

HSL color Cylindrical-coordinate representation of color #C9D00C: hue angle of 62.14º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C9D00C is Cyan = 0.03, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.18.

Color convert

RGB 201 208 12 -
CMYK 0.03 0 0.94 0.18
HSL 62.14º 0.89% 0.43% -
HSV(B) 62.14º 0.94% 0.82% -
XYZ 46.71 57.56 9 -
YUV 183.56 31.18 140.44 -
System Red Green Blue C M Y K H S L
Decimal 201 208 12 0.03 0 0.94 0.18 62.14 0.89 0.43
Hex C9 D0 C 3 0 5E 12 3E 59 2B
Octal 311 320 14 3 0 136 22 76 131 53
Binary 11001001 11010000 1100 11 0 1011110 10010 111110 1011001 101011

Color Harmonies of #C9D00C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9D00C

Black with #C9D00C

Text Example


Text Example

White with #C9D00C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9D00C; }

 p { color: rgb(201,208,12); }

 H1.HeaderClassName
 {
   color: #C9D00C;
 }
 .AnyTagClassName
 {
   color: #C9D00C;
 }
</style>

background-color css

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

 a { background-color: rgb(201,208,12); }

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

border-color css

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

 span { border-color: rgb(201,208,12); }

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