Html Css Color HEX #C9DB02 La Rioja

📋 copy color: '#C9DB02'

red 201 ◦ green 219 ◦ blue 2

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

Shades of La Rioja #C9DB02

Tints of La Rioja #C9DB02

RGB

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

 GREEN value IS 219 (85.94% from 255) = 51.9%

 BLUE value IS 2 (1.17% from 255) = 0.47%

R = 47.63%
G = 51.9%
B = 0.47%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.99

 K value IS 0.14

RGB Variations

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

Color information

#C9DB02 (or 0xC9DB02) is known color: La Rioja. HEX triplet: C9, DB and 02. RGB value is (201,219,2). Sum of RGB (Red+Green+Blue) = 201+219+2=422 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.63% from 422); Green value is 219 (85.94% from 255 or 51.90% from 422); Blue value is 2 (1.17% from 255 or 0.47% from 422); Max value from RGB is 219 - color contains mainly: green. Hex color #C9DB02 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9DB02 is #3624FD. Grayscale: #BDBDBD. Windows color (decimal): -3548414 or 187337. OLE color: 187337.

HSL color Cylindrical-coordinate representation of color #C9DB02: hue angle of 64.98º degrees, saturation: 0.98, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #C9DB02 is Cyan = 0.08, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.14.

Color convert

RGB 201 219 2 -
CMYK 0.08 0 0.99 0.14
HSL 64.98º 0.98% 0.43% -
HSV(B) 64.98º 0.99% 0.86% -
XYZ 49.43 63.08 9.63 -
YUV 188.88 22.54 136.64 -
System Red Green Blue C M Y K H S L
Decimal 201 219 2 0.08 0 0.99 0.14 64.98 0.98 0.43
Hex C9 DB 2 8 0 63 E 41 62 2B
Octal 311 333 2 10 0 143 16 101 142 53
Binary 11001001 11011011 10 1000 0 1100011 1110 1000001 1100010 101011

Color Harmonies of #C9DB02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9DB02

Black with #C9DB02

Text Example


Text Example

White with #C9DB02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9DB02; }

 p { color: rgb(201,219,2); }

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

background-color css

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

 a { background-color: rgb(201,219,2); }

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

border-color css

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

 span { border-color: rgb(201,219,2); }

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