Html Css Color HEX #CCD097 Green Mist

📋 copy color: '#CCD097'

red 204 ◦ green 208 ◦ blue 151

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

Shades of Green Mist #CCD097

Tints of Green Mist #CCD097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 26.82%

R = 36.23%
G = 36.94%
B = 26.82%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#CCD097 (or 0xCCD097) is known color: Green Mist. HEX triplet: CC, D0 and 97. RGB value is (204,208,151). Sum of RGB (Red+Green+Blue) = 204+208+151=563 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.23% from 563); Green value is 208 (81.64% from 255 or 36.94% from 563); Blue value is 151 (59.38% from 255 or 26.82% from 563); Max value from RGB is 208 - color contains mainly: green. Hex color #CCD097 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD097 is #332F68. Grayscale: #C8C8C8. Windows color (decimal): -3354473 or 9949388. OLE color: 9949388.

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

Color convert

RGB 204 208 151 -
CMYK 0.02 0 0.27 0.18
HSL 64.21º 0.38% 0.7% -
HSV(B) 64.21º 0.27% 0.82% -
XYZ 53.04 60.18 38.1 -
YUV 200.31 100.17 130.63 -
System Red Green Blue C M Y K H S L
Decimal 204 208 151 0.02 0 0.27 0.18 64.21 0.38 0.7
Hex CC D0 97 2 0 1B 12 40 26 46
Octal 314 320 227 2 0 33 22 100 46 106
Binary 11001100 11010000 10010111 10 0 11011 10010 1000000 100110 1000110

Color Harmonies of #CCD097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD097

Black with #CCD097

Text Example


Text Example

White with #CCD097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD097; }

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

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

background-color css

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

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

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

border-color css

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

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

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