Html Css Color HEX #C8D296 Green Mist

📋 copy color: '#C8D296'

red 200 ◦ green 210 ◦ blue 150

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

Shades of Green Mist #C8D296

Tints of Green Mist #C8D296

RGB

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

 GREEN value IS 210 (82.42% from 255) = 37.5%

 BLUE value IS 150 (58.98% from 255) = 26.79%

R = 35.71%
G = 37.5%
B = 26.79%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#C8D296 (or 0xC8D296) is known color: Green Mist. HEX triplet: C8, D2 and 96. RGB value is (200,210,150). Sum of RGB (Red+Green+Blue) = 200+210+150=560 (74% of max value = 765). Red value is 200 (78.52% from 255 or 35.71% from 560); Green value is 210 (82.42% from 255 or 37.5% from 560); Blue value is 150 (58.98% from 255 or 26.79% from 560); Max value from RGB is 210 - color contains mainly: green. Hex color #C8D296 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #C8D296 is #372D69. Grayscale: #C8C8C8. Windows color (decimal): -3616106 or 9884360. OLE color: 9884360.

HSL color Cylindrical-coordinate representation of color #C8D296: hue angle of 70º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #C8D296 is Cyan = 0.05, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB 200 210 150 -
CMYK 0.05 0 0.29 0.18
HSL 70º 0.4% 0.71% -
HSV(B) 70º 0.29% 0.82% -
XYZ 52.37 60.57 37.79 -
YUV 200.17 99.69 127.88 -
System Red Green Blue C M Y K H S L
Decimal 200 210 150 0.05 0 0.29 0.18 70 0.4 0.71
Hex C8 D2 96 5 0 1D 12 46 28 47
Octal 310 322 226 5 0 35 22 106 50 107
Binary 11001000 11010010 10010110 101 0 11101 10010 1000110 101000 1000111

Color Harmonies of #C8D296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C8D296

Black with #C8D296

Text Example


Text Example

White with #C8D296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C8D296; }

 p { color: rgb(200,210,150); }

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

background-color css

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

 a { background-color: rgb(200,210,150); }

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

border-color css

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

 span { border-color: rgb(200,210,150); }

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