Html Css Color HEX #C9D86F Goldenrod

📋 copy color: '#C9D86F'

red 201 ◦ green 216 ◦ blue 111

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

Shades of Goldenrod #C9D86F

Tints of Goldenrod #C9D86F

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 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

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

RGB 201 216 111 -
CMYK 0.07 0 0.49 0.15
HSL 68.57º 0.57% 0.64% -
HSV(B) 68.57º 0.49% 0.85% -
XYZ 51.51 62.68 24.42 -
YUV 199.55 78.03 129.04 -
System Red Green Blue C M Y K H S L
Decimal 201 216 111 0.07 0 0.49 0.15 68.57 0.57 0.64
Hex C9 D8 6F 7 0 31 F 45 39 40
Octal 311 330 157 7 0 61 17 105 71 100
Binary 11001001 11011000 1101111 111 0 110001 1111 1000101 111001 1000000

Color Harmonies of #C9D86F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9D86F

Black with #C9D86F

Text Example


Text Example

White with #C9D86F

Text Example


Text Example

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