#C9D86E

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

Shades of Goldenrod #C9D86E

Tints of Goldenrod #C9D86E

Color information

#C9D86E (or 0xC9D86E) is unknown color: approx Goldenrod. HEX triplet: C9, D8 and 6E. RGB value is (201,216,110). Sum of RGB (Red+Green+Blue) = 201+216+110=527 (69% of max value = 765). Red value is 201 (78.91% from 255 or 38.14% from 527); Green value is 216 (84.77% from 255 or 40.99% from 527); Blue value is 110 (43.36% from 255 or 20.87% from 527); Max value from RGB is 216 - color contains mainly: green. Hex color #C9D86E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9D86E is #362791. Grayscale: #C7C7C7. Windows color (decimal): -3549074 or 7264457. OLE color: 7264457.

HSL color Cylindrical-coordinate representation of color #C9D86E: hue angle of 68.49º degrees, saturation: 0.58, 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 #C9D86E is Cyan = 0.07, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB201216110-
CMYK0.0700.490.15
HSL68.49º57.61%63.92%-
HSV(B)68.49º49.07%84.71%-
XYZ51.4662.6624.13-
YUV199.4377.53129.12-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 38.14%
GREEN value IS 216 (84.77% from 255) = 40.99%
BLUE value IS 110 (43.36% from 255) = 20.87%
R=38.14%
G=40.99%
B=20.87%

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
Decimal2012161100.0700.490.1568.4957.6163.92
HexC9D86E7031F443a40
Octal31133015670611710472100
Binary110010011101100011011101110110001111110001001110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9D86E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9D86E; }

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

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

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

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

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

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

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

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