Html Css Color HEX #C9D310 Bird Flower

📋 copy color: '#C9D310'

red 201 ◦ green 211 ◦ blue 16

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

Shades of Bird Flower #C9D310

Tints of Bird Flower #C9D310

RGB

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

 GREEN value IS 211 (82.81% from 255) = 49.3%

 BLUE value IS 16 (6.64% from 255) = 3.74%

R = 46.96%
G = 49.3%
B = 3.74%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.92

 K value IS 0.17

RGB Variations

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

Color information

#C9D310 (or 0xC9D310) is known color: Bird Flower. HEX triplet: C9, D3 and 10. RGB value is (201,211,16). Sum of RGB (Red+Green+Blue) = 201+211+16=428 (56% of max value = 765). Red value is 201 (78.91% from 255 or 46.96% from 428); Green value is 211 (82.81% from 255 or 49.30% from 428); Blue value is 16 (6.64% from 255 or 3.74% from 428); Max value from RGB is 211 - color contains mainly: green. Hex color #C9D310 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9D310 is #362CEF. Grayscale: #BABABA. Windows color (decimal): -3550448 or 1102793. OLE color: 1102793.

HSL color Cylindrical-coordinate representation of color #C9D310: hue angle of 63.08º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #C9D310 is Cyan = 0.05, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.17.

Color convert

RGB 201 211 16 -
CMYK 0.05 0 0.92 0.17
HSL 63.08º 0.86% 0.45% -
HSV(B) 63.08º 0.92% 0.83% -
XYZ 47.48 59.04 9.38 -
YUV 185.78 32.19 138.86 -
System Red Green Blue C M Y K H S L
Decimal 201 211 16 0.05 0 0.92 0.17 63.08 0.86 0.45
Hex C9 D3 10 5 0 5C 11 3F 56 2D
Octal 311 323 20 5 0 134 21 77 126 55
Binary 11001001 11010011 10000 101 0 1011100 10001 111111 1010110 101101

Color Harmonies of #C9D310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9D310

Black with #C9D310

Text Example


Text Example

White with #C9D310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9D310; }

 p { color: rgb(201,211,16); }

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

background-color css

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

 a { background-color: rgb(201,211,16); }

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

border-color css

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

 span { border-color: rgb(201,211,16); }

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