#C9D86F

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

Shades of Goldenrod #C9D86F

Tints of Goldenrod #C9D86F

Color information

#C9D86F (or 0xC9D86F) is unknown color: approx Goldenrod. HEX triplet: C9, D8 and 6F. RGB value is (201,216,111). Sum of RGB (Red+Green+Blue) = 201+216+111=528 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.07% from 528); Green value is 216 (84.77% from 255 or 40.91% from 528); Blue value is 111 (43.75% from 255 or 21.02% from 528); Max value from RGB is 216 - color contains mainly: green. Hex color #C9D86F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9D86F is #362790. Grayscale: #C7C7C7. Windows color (decimal): -3549073 or 7329993. OLE color: 7329993.

HSL color Cylindrical-coordinate representation of color #C9D86F: hue angle of 68.57º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #C9D86F is Cyan = 0.07, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB201216111-
CMYK0.0700.490.15
HSL68.57º57.38%64.12%-
HSV(B)68.57º48.61%84.71%-
XYZ51.5162.6824.42-
YUV199.5478.03129.04-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.07%
GREEN value IS 216 (84.77% from 255) = 40.91%
BLUE value IS 111 (43.75% from 255) = 21.02%
R=38.07%
G=40.91%
B=21.02%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2012161110.0700.490.1568.5757.3864.12
HexC9D86F7031F453940
Octal31133015770611710571100
Binary110010011101100011011111110110001111110001011110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9D86F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9D86F; }

 p { color: rgb(201,216,111); }

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

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

 a { background-color: rgb(201,216,111); }

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

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

 span { border-color: rgb(201,216,111); }

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