Html Css Color HEX #C9D870 Goldenrod

📋 copy color: '#C9D870'

red 201 ◦ green 216 ◦ blue 112

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

Shades of Goldenrod #C9D870

Tints of Goldenrod #C9D870

RGB

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

 GREEN value IS 216 (84.77% from 255) = 40.83%

 BLUE value IS 112 (44.14% from 255) = 21.17%

R = 38%
G = 40.83%
B = 21.17%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#C9D870 (or 0xC9D870) is known color: Goldenrod. HEX triplet: C9, D8 and 70. RGB value is (201,216,112). Sum of RGB (Red+Green+Blue) = 201+216+112=529 (70% of max value = 765). Red value is 201 (78.91% from 255 or 38.00% from 529); Green value is 216 (84.77% from 255 or 40.83% from 529); Blue value is 112 (44.14% from 255 or 21.17% from 529); Max value from RGB is 216 - color contains mainly: green. Hex color #C9D870 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9D870 is #36278F. Grayscale: #C8C8C8. Windows color (decimal): -3549072 or 7395529. OLE color: 7395529.

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

Color convert

RGB 201 216 112 -
CMYK 0.07 0 0.48 0.15
HSL 68.65º 0.57% 0.64% -
HSV(B) 68.65º 0.48% 0.85% -
XYZ 51.57 62.7 24.71 -
YUV 199.66 78.53 128.96 -
System Red Green Blue C M Y K H S L
Decimal 201 216 112 0.07 0 0.48 0.15 68.65 0.57 0.64
Hex C9 D8 70 7 0 30 F 45 39 40
Octal 311 330 160 7 0 60 17 105 71 100
Binary 11001001 11011000 1110000 111 0 110000 1111 1000101 111001 1000000

Color Harmonies of #C9D870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9D870

Black with #C9D870

Text Example


Text Example

White with #C9D870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9D870; }

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

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

background-color css

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

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

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

border-color css

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

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

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