Html Css Color HEX #CCD096 Green Mist

📋 copy color: '#CCD096'

red 204 ◦ green 208 ◦ blue 150

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

Shades of Green Mist #CCD096

Tints of Green Mist #CCD096

RGB

 RED value IS 204 (80.08% from 255) = 36.3%

 GREEN value IS 208 (81.64% from 255) = 37.01%

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

R = 36.3%
G = 37.01%
B = 26.69%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.28

 K value IS 0.18

RGB Variations

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

Color information

#CCD096 (or 0xCCD096) is known color: Green Mist. HEX triplet: CC, D0 and 96. RGB value is (204,208,150). Sum of RGB (Red+Green+Blue) = 204+208+150=562 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.30% from 562); Green value is 208 (81.64% from 255 or 37.01% from 562); Blue value is 150 (58.98% from 255 or 26.69% from 562); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD096 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD096 is #332F69. Grayscale: #C8C8C8. Windows color (decimal): -3354474 or 9883852. OLE color: 9883852.

HSL color Cylindrical-coordinate representation of color #CCD096: hue angle of 64.14º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #CCD096 is Cyan = 0.02, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 208 150 -
CMYK 0.02 0 0.28 0.18
HSL 64.14º 0.38% 0.7% -
HSV(B) 64.14º 0.28% 0.82% -
XYZ 52.96 60.15 37.67 -
YUV 200.19 99.67 130.72 -
System Red Green Blue C M Y K H S L
Decimal 204 208 150 0.02 0 0.28 0.18 64.14 0.38 0.7
Hex CC D0 96 2 0 1C 12 40 26 46
Octal 314 320 226 2 0 34 22 100 46 106
Binary 11001100 11010000 10010110 10 0 11100 10010 1000000 100110 1000110

Color Harmonies of #CCD096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD096

Black with #CCD096

Text Example


Text Example

White with #CCD096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD096; }

 p { color: rgb(204,208,150); }

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

background-color css

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

 a { background-color: rgb(204,208,150); }

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

border-color css

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

 span { border-color: rgb(204,208,150); }

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