Html Css Color HEX #CCCE9A Green Mist

📋 copy color: '#CCCE9A'

red 204 ◦ green 206 ◦ blue 154

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

Shades of Green Mist #CCCE9A

Tints of Green Mist #CCCE9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 27.3%

R = 36.17%
G = 36.52%
B = 27.3%

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

#CCCE9A (or 0xCCCE9A) is known color: Green Mist. HEX triplet: CC, CE and 9A. RGB value is (204,206,154). Sum of RGB (Red+Green+Blue) = 204+206+154=564 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.17% from 564); Green value is 206 (80.86% from 255 or 36.52% from 564); Blue value is 154 (60.55% from 255 or 27.30% from 564); Max value from RGB is 206 - color contains mainly: green. Hex color #CCCE9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCE9A is #333165. Grayscale: #C7C7C7. Windows color (decimal): -3354982 or 10145484. OLE color: 10145484.

HSL color Cylindrical-coordinate representation of color #CCCE9A: hue angle of 62.31º degrees, saturation: 0.35, 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 #CCCE9A is Cyan = 0.01, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.19.

Color convert

RGB 204 206 154 -
CMYK 0.01 0 0.25 0.19
HSL 62.31º 0.35% 0.71% -
HSV(B) 62.31º 0.25% 0.81% -
XYZ 52.81 59.31 39.24 -
YUV 199.47 102.34 131.23 -
System Red Green Blue C M Y K H S L
Decimal 204 206 154 0.01 0 0.25 0.19 62.31 0.35 0.71
Hex CC CE 9A 1 0 19 13 3E 23 47
Octal 314 316 232 1 0 31 23 76 43 107
Binary 11001100 11001110 10011010 1 0 11001 10011 111110 100011 1000111

Color Harmonies of #CCCE9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCE9A

Black with #CCCE9A

Text Example


Text Example

White with #CCCE9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCE9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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