Html Css Color HEX #CCCF9A Green Mist

📋 copy color: '#CCCF9A'

red 204 ◦ green 207 ◦ blue 154

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

Shades of Green Mist #CCCF9A

Tints of Green Mist #CCCF9A

RGB

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

 GREEN value IS 207 (81.25% from 255) = 36.64%

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

R = 36.11%
G = 36.64%
B = 27.26%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.26

 K value IS 0.19

RGB Variations

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

Color information

#CCCF9A (or 0xCCCF9A) is known color: Green Mist. HEX triplet: CC, CF and 9A. RGB value is (204,207,154). Sum of RGB (Red+Green+Blue) = 204+207+154=565 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.11% from 565); Green value is 207 (81.25% from 255 or 36.64% from 565); Blue value is 154 (60.55% from 255 or 27.26% from 565); Max value from RGB is 207 - color contains mainly: green. Hex color #CCCF9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCF9A is #333065. Grayscale: #C8C8C8. Windows color (decimal): -3354726 or 10145740. OLE color: 10145740.

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

Color convert

RGB 204 207 154 -
CMYK 0.01 0 0.26 0.19
HSL 63.4º 0.36% 0.71% -
HSV(B) 63.4º 0.26% 0.81% -
XYZ 53.05 59.8 39.32 -
YUV 200.06 102.01 130.81 -
System Red Green Blue C M Y K H S L
Decimal 204 207 154 0.01 0 0.26 0.19 63.4 0.36 0.71
Hex CC CF 9A 1 0 1A 13 3F 24 47
Octal 314 317 232 1 0 32 23 77 44 107
Binary 11001100 11001111 10011010 1 0 11010 10011 111111 100100 1000111

Color Harmonies of #CCCF9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCF9A

Black with #CCCF9A

Text Example


Text Example

White with #CCCF9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCF9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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