Html Css Color HEX #CCD296 Green Mist

📋 copy color: '#CCD296'

red 204 ◦ green 210 ◦ blue 150

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

Shades of Green Mist #CCD296

Tints of Green Mist #CCD296

RGB

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

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

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

R = 36.17%
G = 37.23%
B = 26.6%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.29

 K value IS 0.18

RGB Variations

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

Color information

#CCD296 (or 0xCCD296) is known color: Green Mist. HEX triplet: CC, D2 and 96. RGB value is (204,210,150). Sum of RGB (Red+Green+Blue) = 204+210+150=564 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.17% from 564); Green value is 210 (82.42% from 255 or 37.23% from 564); Blue value is 150 (58.98% from 255 or 26.60% from 564); Max value from RGB is 210 - color contains mainly: green. Hex color #CCD296 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCD296 is #332D69. Grayscale: #C9C9C9. Windows color (decimal): -3353962 or 9884364. OLE color: 9884364.

HSL color Cylindrical-coordinate representation of color #CCD296: hue angle of 66º 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 #CCD296 is Cyan = 0.03, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.18.

Color convert

RGB 204 210 150 -
CMYK 0.03 0 0.29 0.18
HSL 66º 0.4% 0.71% -
HSV(B) 66º 0.29% 0.82% -
XYZ 53.45 61.13 37.84 -
YUV 201.37 99.01 129.88 -
System Red Green Blue C M Y K H S L
Decimal 204 210 150 0.03 0 0.29 0.18 66 0.4 0.71
Hex CC D2 96 3 0 1D 12 42 28 47
Octal 314 322 226 3 0 35 22 102 50 107
Binary 11001100 11010010 10010110 11 0 11101 10010 1000010 101000 1000111

Color Harmonies of #CCD296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD296

Black with #CCD296

Text Example


Text Example

White with #CCD296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD296; }

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

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

background-color css

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

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

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

border-color css

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

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

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