Html Css Color HEX #C9D60A La Rioja

📋 copy color: '#C9D60A'

red 201 ◦ green 214 ◦ blue 10

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

Shades of La Rioja #C9D60A

Tints of La Rioja #C9D60A

RGB

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

 GREEN value IS 214 (83.98% from 255) = 50.35%

 BLUE value IS 10 (4.3% from 255) = 2.35%

R = 47.29%
G = 50.35%
B = 2.35%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.95

 K value IS 0.16

RGB Variations

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

Color information

#C9D60A (or 0xC9D60A) is known color: La Rioja. HEX triplet: C9, D6 and 0A. RGB value is (201,214,10). Sum of RGB (Red+Green+Blue) = 201+214+10=425 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.29% from 425); Green value is 214 (83.98% from 255 or 50.35% from 425); Blue value is 10 (4.30% from 255 or 2.35% from 425); Max value from RGB is 214 - color contains mainly: green. Hex color #C9D60A is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9D60A is #3629F5. Grayscale: #BBBBBB. Windows color (decimal): -3549686 or 710345. OLE color: 710345.

HSL color Cylindrical-coordinate representation of color #C9D60A: hue angle of 63.82º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #C9D60A is Cyan = 0.06, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.16.

Color convert

RGB 201 214 10 -
CMYK 0.06 0 0.95 0.16
HSL 63.82º 0.91% 0.44% -
HSV(B) 63.82º 0.95% 0.84% -
XYZ 48.19 60.53 9.43 -
YUV 186.86 28.19 138.09 -
System Red Green Blue C M Y K H S L
Decimal 201 214 10 0.06 0 0.95 0.16 63.82 0.91 0.44
Hex C9 D6 A 6 0 5F 10 40 5B 2C
Octal 311 326 12 6 0 137 20 100 133 54
Binary 11001001 11010110 1010 110 0 1011111 10000 1000000 1011011 101100

Color Harmonies of #C9D60A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9D60A

Black with #C9D60A

Text Example


Text Example

White with #C9D60A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9D60A; }

 p { color: rgb(201,214,10); }

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

background-color css

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

 a { background-color: rgb(201,214,10); }

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

border-color css

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

 span { border-color: rgb(201,214,10); }

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