Html Css Color HEX #C9D86E Goldenrod

📋 copy color: '#C9D86E'

red 201 ◦ green 216 ◦ blue 110

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

Shades of Goldenrod #C9D86E

Tints of Goldenrod #C9D86E

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 value IS 0.07

 M value IS 0

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#C9D86E (or 0xC9D86E) is known color: 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

RGB 201 216 110 -
CMYK 0.07 0 0.49 0.15
HSL 68.49º 0.58% 0.64% -
HSV(B) 68.49º 0.49% 0.85% -
XYZ 51.46 62.66 24.13 -
YUV 199.43 77.53 129.12 -
System Red Green Blue C M Y K H S L
Decimal 201 216 110 0.07 0 0.49 0.15 68.49 0.58 0.64
Hex C9 D8 6E 7 0 31 F 44 3A 40
Octal 311 330 156 7 0 61 17 104 72 100
Binary 11001001 11011000 1101110 111 0 110001 1111 1000100 111010 1000000

Color Harmonies of #C9D86E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9D86E

Black with #C9D86E

Text Example


Text Example

White with #C9D86E

Text Example


Text Example

HTML Codes & Css Web 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>