Html Css Color HEX #C9D100 La Rioja

📋 copy color: '#C9D100'

red 201 ◦ green 209 ◦ blue 0

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

Shades of La Rioja #C9D100

Tints of La Rioja #C9D100

RGB

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

 GREEN value IS 209 (82.03% from 255) = 50.98%

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

R = 49.02%
G = 50.98%
B = 0%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 1

 K value IS 0.18

RGB Variations

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

Color information

#C9D100 (or 0xC9D100) is known color: La Rioja. HEX triplet: C9, D1 and 00. RGB value is (201,209,0). Sum of RGB (Red+Green+Blue) = 201+209+0=410 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.02% from 410); Green value is 209 (82.03% from 255 or 50.98% from 410); Blue value is 0 (0.39% from 255 or 0% from 410); Max value from RGB is 209 - color contains mainly: green. Hex color #C9D100 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9D100 is #362EFF. Grayscale: #B7B7B7. Windows color (decimal): -3550976 or 53705. OLE color: 53705.

HSL color Cylindrical-coordinate representation of color #C9D100: hue angle of 62.3º 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 #C9D100 is Cyan = 0.04, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.18.

Color convert

RGB 201 209 0 -
CMYK 0.04 0 1 0.18
HSL 62.3º 1% 0.41% -
HSV(B) 62.3º 1% 0.82% -
XYZ 46.89 58.02 8.73 -
YUV 182.78 24.85 140.99 -
System Red Green Blue C M Y K H S L
Decimal 201 209 0 0.04 0 1 0.18 62.3 1 0.41
Hex C9 D1 0 4 0 64 12 3E 64 29
Octal 311 321 0 4 0 144 22 76 144 51
Binary 11001001 11010001 0 100 0 1100100 10010 111110 1100100 101001

Color Harmonies of #C9D100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9D100

Black with #C9D100

Text Example


Text Example

White with #C9D100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9D100; }

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

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

background-color css

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

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

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

border-color css

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

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

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