Html Css Color HEX #CCCE9B Green Mist

📋 copy color: '#CCCE9B'

red 204 ◦ green 206 ◦ blue 155

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

Shades of Green Mist #CCCE9B

Tints of Green Mist #CCCE9B

RGB

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

 GREEN value IS 206 (80.86% from 255) = 36.46%

 BLUE value IS 155 (60.94% from 255) = 27.43%

R = 36.11%
G = 36.46%
B = 27.43%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.25

 K value IS 0.19

RGB Variations

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

Color information

#CCCE9B (or 0xCCCE9B) is known color: Green Mist. HEX triplet: CC, CE and 9B. RGB value is (204,206,155). Sum of RGB (Red+Green+Blue) = 204+206+155=565 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.11% from 565); Green value is 206 (80.86% from 255 or 36.46% from 565); Blue value is 155 (60.94% from 255 or 27.43% from 565); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCE9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCE9B is #333164. Grayscale: #C7C7C7. Windows color (decimal): -3354981 or 10211020. OLE color: 10211020.

HSL color Cylindrical-coordinate representation of color #CCCE9B: hue angle of 62.35º degrees, saturation: 0.34, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CCCE9B is Cyan = 0.01, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.

Color convert

RGB 204 206 155 -
CMYK 0.01 0 0.25 0.19
HSL 62.35º 0.34% 0.71% -
HSV(B) 62.35º 0.25% 0.81% -
XYZ 52.89 59.35 39.68 -
YUV 199.59 102.84 131.15 -
System Red Green Blue C M Y K H S L
Decimal 204 206 155 0.01 0 0.25 0.19 62.35 0.34 0.71
Hex CC CE 9B 1 0 19 13 3E 22 47
Octal 314 316 233 1 0 31 23 76 42 107
Binary 11001100 11001110 10011011 1 0 11001 10011 111110 100010 1000111

Color Harmonies of #CCCE9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCE9B

Black with #CCCE9B

Text Example


Text Example

White with #CCCE9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCE9B; }

 p { color: rgb(204,206,155); }

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

background-color css

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

 a { background-color: rgb(204,206,155); }

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

border-color css

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

 span { border-color: rgb(204,206,155); }

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