Html Css Color HEX #C9CF00 La Rioja

📋 copy color: '#C9CF00'

red 201 ◦ green 207 ◦ blue 0

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

Shades of La Rioja #C9CF00

Tints of La Rioja #C9CF00

RGB

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

 GREEN value IS 207 (81.25% from 255) = 50.74%

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

R = 49.26%
G = 50.74%
B = 0%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 1

 K value IS 0.19

RGB Variations

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

Color information

#C9CF00 (or 0xC9CF00) is known color: La Rioja. HEX triplet: C9, CF and 00. RGB value is (201,207,0). Sum of RGB (Red+Green+Blue) = 201+207+0=408 (54% of max value = 765). Red value is 201 (78.91% from 255 or 49.26% from 408); Green value is 207 (81.25% from 255 or 50.74% from 408); Blue value is 0 (0.39% from 255 or 0% from 408); Max value from RGB is 207 - color contains mainly: green. Hex color #C9CF00 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9CF00 is #3630FF. Grayscale: #B6B6B6. Windows color (decimal): -3551488 or 53193. OLE color: 53193.

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

Color convert

RGB 201 207 0 -
CMYK 0.03 0 1 0.19
HSL 61.74º 1% 0.41% -
HSV(B) 61.74º 1% 0.81% -
XYZ 46.4 57.04 8.56 -
YUV 181.61 25.51 141.83 -
System Red Green Blue C M Y K H S L
Decimal 201 207 0 0.03 0 1 0.19 61.74 1 0.41
Hex C9 CF 0 3 0 64 13 3E 64 29
Octal 311 317 0 3 0 144 23 76 144 51
Binary 11001001 11001111 0 11 0 1100100 10011 111110 1100100 101001

Color Harmonies of #C9CF00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9CF00

Black with #C9CF00

Text Example


Text Example

White with #C9CF00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9CF00; }

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

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

background-color css

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

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

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

border-color css

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

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

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