Html Css Color HEX #C8D96F Goldenrod

📋 copy color: '#C8D96F'

red 200 ◦ green 217 ◦ blue 111

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

Shades of Goldenrod #C8D96F

Tints of Goldenrod #C8D96F

RGB

 RED value IS 200 (78.52% from 255) = 37.88%

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

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

R = 37.88%
G = 41.1%
B = 21.02%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#C8D96F (or 0xC8D96F) is known color: Goldenrod. HEX triplet: C8, D9 and 6F. RGB value is (200,217,111). Sum of RGB (Red+Green+Blue) = 200+217+111=528 (69% of max value = 765). Red value is 200 (78.52% from 255 or 37.88% from 528); Green value is 217 (85.16% from 255 or 41.10% from 528); Blue value is 111 (43.75% from 255 or 21.02% from 528); Max value from RGB is 217 - color contains mainly: green. Hex color #C8D96F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #C8D96F is #372690. Grayscale: #C8C8C8. Windows color (decimal): -3614353 or 7330248. OLE color: 7330248.

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

Color convert

RGB 200 217 111 -
CMYK 0.08 0 0.49 0.15
HSL 69.62º 0.58% 0.64% -
HSV(B) 69.62º 0.49% 0.85% -
XYZ 51.5 63.05 24.49 -
YUV 199.83 77.87 128.12 -
System Red Green Blue C M Y K H S L
Decimal 200 217 111 0.08 0 0.49 0.15 69.62 0.58 0.64
Hex C8 D9 6F 8 0 31 F 46 3A 40
Octal 310 331 157 10 0 61 17 106 72 100
Binary 11001000 11011001 1101111 1000 0 110001 1111 1000110 111010 1000000

Color Harmonies of #C8D96F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8D96F

Black with #C8D96F

Text Example


Text Example

White with #C8D96F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8D96F; }

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

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

background-color css

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

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

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

border-color css

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

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

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