Html Css Color HEX #C9D00F Bird Flower

📋 copy color: '#C9D00F'

red 201 ◦ green 208 ◦ blue 15

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

Shades of Bird Flower #C9D00F

Tints of Bird Flower #C9D00F

RGB

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

 GREEN value IS 208 (81.64% from 255) = 49.06%

 BLUE value IS 15 (6.25% from 255) = 3.54%

R = 47.41%
G = 49.06%
B = 3.54%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#C9D00F (or 0xC9D00F) is known color: Bird Flower. HEX triplet: C9, D0 and 0F. RGB value is (201,208,15). Sum of RGB (Red+Green+Blue) = 201+208+15=424 (56% of max value = 765). Red value is 201 (78.91% from 255 or 47.41% from 424); Green value is 208 (81.64% from 255 or 49.06% from 424); Blue value is 15 (6.25% from 255 or 3.54% from 424); Max value from RGB is 208 - color contains mainly: green. Hex color #C9D00F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9D00F is #362FF0. Grayscale: #B8B8B8. Windows color (decimal): -3551217 or 1036489. OLE color: 1036489.

HSL color Cylindrical-coordinate representation of color #C9D00F: hue angle of 62.18º degrees, saturation: 0.87, 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 #C9D00F is Cyan = 0.03, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.18.

Color convert

RGB 201 208 15 -
CMYK 0.03 0 0.93 0.18
HSL 62.18º 0.87% 0.44% -
HSV(B) 62.18º 0.93% 0.82% -
XYZ 46.73 57.56 9.1 -
YUV 183.91 32.68 140.19 -
System Red Green Blue C M Y K H S L
Decimal 201 208 15 0.03 0 0.93 0.18 62.18 0.87 0.44
Hex C9 D0 F 3 0 5D 12 3E 57 2C
Octal 311 320 17 3 0 135 22 76 127 54
Binary 11001001 11010000 1111 11 0 1011101 10010 111110 1010111 101100

Color Harmonies of #C9D00F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9D00F

Black with #C9D00F

Text Example


Text Example

White with #C9D00F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9D00F; }

 p { color: rgb(201,208,15); }

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

background-color css

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

 a { background-color: rgb(201,208,15); }

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

border-color css

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

 span { border-color: rgb(201,208,15); }

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