Html Css Color HEX #C9D50F Bird Flower

📋 copy color: '#C9D50F'

red 201 ◦ green 213 ◦ blue 15

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

Shades of Bird Flower #C9D50F

Tints of Bird Flower #C9D50F

RGB

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

 GREEN value IS 213 (83.59% from 255) = 49.65%

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

R = 46.85%
G = 49.65%
B = 3.5%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.93

 K value IS 0.16

RGB Variations

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

Color information

#C9D50F (or 0xC9D50F) is known color: Bird Flower. HEX triplet: C9, D5 and 0F. RGB value is (201,213,15). Sum of RGB (Red+Green+Blue) = 201+213+15=429 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.85% from 429); Green value is 213 (83.59% from 255 or 49.65% from 429); Blue value is 15 (6.25% from 255 or 3.50% from 429); Max value from RGB is 213 - color contains mainly: green. Hex color #C9D50F is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9D50F is #362AF0. Grayscale: #BBBBBB. Windows color (decimal): -3549937 or 1037769. OLE color: 1037769.

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

Color convert

RGB 201 213 15 -
CMYK 0.06 0 0.93 0.16
HSL 63.64º 0.87% 0.45% -
HSV(B) 63.64º 0.93% 0.84% -
XYZ 47.97 60.04 9.51 -
YUV 186.84 31.02 138.1 -
System Red Green Blue C M Y K H S L
Decimal 201 213 15 0.06 0 0.93 0.16 63.64 0.87 0.45
Hex C9 D5 F 6 0 5D 10 40 57 2D
Octal 311 325 17 6 0 135 20 100 127 55
Binary 11001001 11010101 1111 110 0 1011101 10000 1000000 1010111 101101

Color Harmonies of #C9D50F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9D50F

Black with #C9D50F

Text Example


Text Example

White with #C9D50F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9D50F; }

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

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

background-color css

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

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

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

border-color css

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

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

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