Html Css Color HEX #C9D20E Bird Flower

📋 copy color: '#C9D20E'

red 201 ◦ green 210 ◦ blue 14

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

Shades of Bird Flower #C9D20E

Tints of Bird Flower #C9D20E

RGB

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

 GREEN value IS 210 (82.42% from 255) = 49.41%

 BLUE value IS 14 (5.86% from 255) = 3.29%

R = 47.29%
G = 49.41%
B = 3.29%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#C9D20E (or 0xC9D20E) is known color: Bird Flower. HEX triplet: C9, D2 and 0E. RGB value is (201,210,14). Sum of RGB (Red+Green+Blue) = 201+210+14=425 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.29% from 425); Green value is 210 (82.42% from 255 or 49.41% from 425); Blue value is 14 (5.86% from 255 or 3.29% from 425); Max value from RGB is 210 - color contains mainly: green. Hex color #C9D20E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9D20E is #362DF1. Grayscale: #B9B9B9. Windows color (decimal): -3550706 or 971465. OLE color: 971465.

HSL color Cylindrical-coordinate representation of color #C9D20E: hue angle of 62.76º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C9D20E is Cyan = 0.04, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB 201 210 14 -
CMYK 0.04 0 0.93 0.18
HSL 62.76º 0.88% 0.44% -
HSV(B) 62.76º 0.93% 0.82% -
XYZ 47.21 58.54 9.23 -
YUV 184.97 31.52 139.44 -
System Red Green Blue C M Y K H S L
Decimal 201 210 14 0.04 0 0.93 0.18 62.76 0.88 0.44
Hex C9 D2 E 4 0 5D 12 3F 58 2C
Octal 311 322 16 4 0 135 22 77 130 54
Binary 11001001 11010010 1110 100 0 1011101 10010 111111 1011000 101100

Color Harmonies of #C9D20E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9D20E

Black with #C9D20E

Text Example


Text Example

White with #C9D20E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9D20E; }

 p { color: rgb(201,210,14); }

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

background-color css

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

 a { background-color: rgb(201,210,14); }

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

border-color css

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

 span { border-color: rgb(201,210,14); }

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