Html Css Color HEX #C9DA01 La Rioja

📋 copy color: '#C9DA01'

red 201 ◦ green 218 ◦ blue 1

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

Shades of La Rioja #C9DA01

Tints of La Rioja #C9DA01

RGB

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

 GREEN value IS 218 (85.55% from 255) = 51.9%

 BLUE value IS 1 (0.78% from 255) = 0.24%

R = 47.86%
G = 51.9%
B = 0.24%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 1.00

 K value IS 0.15

RGB Variations

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

Color information

#C9DA01 (or 0xC9DA01) is known color: La Rioja. HEX triplet: C9, DA and 01. RGB value is (201,218,1). Sum of RGB (Red+Green+Blue) = 201+218+1=420 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.86% from 420); Green value is 218 (85.55% from 255 or 51.90% from 420); Blue value is 1 (0.78% from 255 or 0.24% from 420); Max value from RGB is 218 - color contains mainly: green. Hex color #C9DA01 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9DA01 is #3625FE. Grayscale: #BDBDBD. Windows color (decimal): -3548671 or 121545. OLE color: 121545.

HSL color Cylindrical-coordinate representation of color #C9DA01: hue angle of 64.7º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C9DA01 is Cyan = 0.08, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.15.

Color convert

RGB 201 218 1 -
CMYK 0.08 0 1.00 0.15
HSL 64.7º 0.99% 0.43% -
HSV(B) 64.7º 1% 0.85% -
XYZ 49.16 62.56 9.51 -
YUV 188.18 22.37 137.14 -
System Red Green Blue C M Y K H S L
Decimal 201 218 1 0.08 0 1.00 0.15 64.7 0.99 0.43
Hex C9 DA 1 8 0 64 F 41 63 2B
Octal 311 332 1 10 0 144 17 101 143 53
Binary 11001001 11011010 1 1000 0 1100100 1111 1000001 1100011 101011

Color Harmonies of #C9DA01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DA01

Black with #C9DA01

Text Example


Text Example

White with #C9DA01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DA01; }

 p { color: rgb(201,218,1); }

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

background-color css

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

 a { background-color: rgb(201,218,1); }

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

border-color css

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

 span { border-color: rgb(201,218,1); }

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