#C9D970

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

Shades of Goldenrod #C9D970

Tints of Goldenrod #C9D970

Color information

#C9D970 (or 0xC9D970) is unknown color: approx Goldenrod. HEX triplet: C9, D9 and 70. RGB value is (201,217,112). Sum of RGB (Red+Green+Blue) = 201+217+112=530 (70% of max value = 765). Red value is 201 (78.91% from 255 or 37.92% from 530); Green value is 217 (85.16% from 255 or 40.94% from 530); Blue value is 112 (44.14% from 255 or 21.13% from 530); Max value from RGB is 217 - color contains mainly: green. Hex color #C9D970 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9D970 is #36268F. Grayscale: #C8C8C8. Windows color (decimal): -3548816 or 7395785. OLE color: 7395785.

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

Color convert

RGB201217112-
CMYK0.0700.480.15
HSL69.14º58.01%64.51%-
HSV(B)69.14º48.39%85.1%-
XYZ51.8263.2124.8-
YUV200.2578.2128.54-

RGB Variations

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

RGB

RED value IS 201 (78.91% from 255) = 37.92%
GREEN value IS 217 (85.16% from 255) = 40.94%
BLUE value IS 112 (44.14% from 255) = 21.13%
R=37.92%
G=40.94%
B=21.13%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2012171120.0700.480.1569.1458.0164.51
HexC9D9707030F453a41
Octal31133116070601710572101
Binary110010011101100111100001110110000111110001011110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C9D970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C9D970; }

 p { color: rgb(201,217,112); }

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

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

 a { background-color: rgb(201,217,112); }

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

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

 span { border-color: rgb(201,217,112); }

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