Html Css Color HEX #CCCB9A Green Mist

📋 copy color: '#CCCB9A'

red 204 ◦ green 203 ◦ blue 154

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

Shades of Green Mist #CCCB9A

Tints of Green Mist #CCCB9A

RGB

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

 GREEN value IS 203 (79.69% from 255) = 36.19%

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

R = 36.36%
G = 36.19%
B = 27.45%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.25

 K value IS 0.2

RGB Variations

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

Color information

#CCCB9A (or 0xCCCB9A) is known color: Green Mist. HEX triplet: CC, CB and 9A. RGB value is (204,203,154). Sum of RGB (Red+Green+Blue) = 204+203+154=561 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.36% from 561); Green value is 203 (79.69% from 255 or 36.19% from 561); Blue value is 154 (60.55% from 255 or 27.45% from 561); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCB9A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCB9A is #333465. Grayscale: #C5C5C5. Windows color (decimal): -3355750 or 10144716. OLE color: 10144716.

HSL color Cylindrical-coordinate representation of color #CCCB9A: hue angle of 58.8º degrees, saturation: 0.33, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #CCCB9A is Cyan = 0, Magento = 0.00, Yellow = 0.25 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 203 154 -
CMYK 0 0.00 0.25 0.2
HSL 58.8º 0.33% 0.7% -
HSV(B) 58.8º 0.25% 0.8% -
XYZ 52.09 57.88 39 -
YUV 197.71 103.33 132.48 -
System Red Green Blue C M Y K H S L
Decimal 204 203 154 0 0.00 0.25 0.2 58.8 0.33 0.7
Hex CC CB 9A 0 0 19 14 3B 21 46
Octal 314 313 232 0 0 31 24 73 41 106
Binary 11001100 11001011 10011010 0 0 11001 10100 111011 100001 1000110

Color Harmonies of #CCCB9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCB9A

Black with #CCCB9A

Text Example


Text Example

White with #CCCB9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCB9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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