Html Css Color HEX #C9D000 La Rioja

📋 copy color: '#C9D000'

red 201 ◦ green 208 ◦ blue 0

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

Shades of La Rioja #C9D000

Tints of La Rioja #C9D000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 49.14%
G = 50.86%
B = 0%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#C9D000 (or 0xC9D000) is known color: La Rioja. HEX triplet: C9, D0 and 00. RGB value is (201,208,0). Sum of RGB (Red+Green+Blue) = 201+208+0=409 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.14% from 409); Green value is 208 (81.64% from 255 or 50.86% from 409); Blue value is 0 (0.39% from 255 or 0% from 409); Max value from RGB is 208 - color contains mainly: green. Hex color #C9D000 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9D000 is #362FFF. Grayscale: #B7B7B7. Windows color (decimal): -3551232 or 53449. OLE color: 53449.

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

Color convert

RGB 201 208 0 -
CMYK 0.03 0 1 0.18
HSL 62.02º 1% 0.41% -
HSV(B) 62.02º 1% 0.82% -
XYZ 46.64 57.53 8.65 -
YUV 182.2 25.18 141.41 -
System Red Green Blue C M Y K H S L
Decimal 201 208 0 0.03 0 1 0.18 62.02 1 0.41
Hex C9 D0 0 3 0 64 12 3E 64 29
Octal 311 320 0 3 0 144 22 76 144 51
Binary 11001001 11010000 0 11 0 1100100 10010 111110 1100100 101001

Color Harmonies of #C9D000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9D000

Black with #C9D000

Text Example


Text Example

White with #C9D000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9D000; }

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

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

background-color css

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

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

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

border-color css

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

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

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