#C9CD0E

Color #C9CD0E Bird Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bird Flower #C9CD0E

Tints of Bird Flower #C9CD0E

Color information

#C9CD0E (or 0xC9CD0E) is unknown color: approx Bird Flower. HEX triplet: C9, CD and 0E. RGB value is (201,205,14). Sum of RGB (Red+Green+Blue) = 201+205+14=420 (55% of max value = 765). Red value is 201 (78.91% from 255 or 47.86% from 420); Green value is 205 (80.47% from 255 or 48.81% from 420); Blue value is 14 (5.86% from 255 or 3.33% from 420); Max value from RGB is 205 - color contains mainly: green. Hex color #C9CD0E is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #C9CD0E is #3632F1. Grayscale: #B6B6B6. Windows color (decimal): -3551986 or 970185. OLE color: 970185.

HSL color Cylindrical-coordinate representation of color #C9CD0E: hue angle of 61.26º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #C9CD0E is Cyan = 0.02, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.20.

Color convert

RGB20120514-
CMYK0.0200.930.20
HSL61.26º87.21%42.94%-
HSV(B)61.26º93.17%80.39%-
XYZ4656.118.82-
YUV182.0333.17141.53-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 47.86%
GREEN value IS 205 (80.47% from 255) = 48.81%
BLUE value IS 14 (5.86% from 255) = 3.33%
R=47.86%
G=48.81%
B=3.33%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal201205140.0200.930.2061.2687.2142.94
HexC9CDE205D143d572b
Octal3113151620135247512753
Binary110010011100110111101001011101101001111011010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9CD0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9CD0E; }

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

 H1.HeaderClassName
 {
   color: #C9CD0E;
 }
 .AnyTagClassName
 {
   color: #C9CD0E;
 }
</style>
background-color css

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

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

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

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

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

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