Html Css Color HEX #C9D96F Goldenrod

📋 copy color: '#C9D96F'

red 201 ◦ green 217 ◦ blue 111

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

Shades of Goldenrod #C9D96F

Tints of Goldenrod #C9D96F

RGB

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

 GREEN value IS 217 (85.16% from 255) = 41.02%

 BLUE value IS 111 (43.75% from 255) = 20.98%

R = 38%
G = 41.02%
B = 20.98%

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

#C9D96F (or 0xC9D96F) is known color: Goldenrod. HEX triplet: C9, D9 and 6F. RGB value is (201,217,111). Sum of RGB (Red+Green+Blue) = 201+217+111=529 (70% of max value = 765). Red value is 201 (78.91% from 255 or 38.00% from 529); Green value is 217 (85.16% from 255 or 41.02% from 529); Blue value is 111 (43.75% from 255 or 20.98% from 529); Max value from RGB is 217 - color contains mainly: green. Hex color #C9D96F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C9D96F is #362690. Grayscale: #C8C8C8. Windows color (decimal): -3548817 or 7330249. OLE color: 7330249.

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

Color convert

RGB 201 217 111 -
CMYK 0.07 0 0.49 0.15
HSL 69.06º 0.58% 0.64% -
HSV(B) 69.06º 0.49% 0.85% -
XYZ 51.77 63.19 24.51 -
YUV 200.13 77.7 128.62 -
System Red Green Blue C M Y K H S L
Decimal 201 217 111 0.07 0 0.49 0.15 69.06 0.58 0.64
Hex C9 D9 6F 7 0 31 F 45 3A 40
Octal 311 331 157 7 0 61 17 105 72 100
Binary 11001001 11011001 1101111 111 0 110001 1111 1000101 111010 1000000

Color Harmonies of #C9D96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C9D96F

Black with #C9D96F

Text Example


Text Example

White with #C9D96F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C9D96F; }

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

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

background-color css

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

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

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

border-color css

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

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

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