Html Css Color HEX #CCCB98 Green Mist

📋 copy color: '#CCCB98'

red 204 ◦ green 203 ◦ blue 152

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

Shades of Green Mist #CCCB98

Tints of Green Mist #CCCB98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 27.19%

R = 36.49%
G = 36.31%
B = 27.19%

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

#CCCB98 (or 0xCCCB98) is known color: Green Mist. HEX triplet: CC, CB and 98. RGB value is (204,203,152). Sum of RGB (Red+Green+Blue) = 204+203+152=559 (74% of max value = 765). Red value is 204 (80.08% from 255 or 36.49% from 559); Green value is 203 (79.69% from 255 or 36.31% from 559); Blue value is 152 (59.77% from 255 or 27.19% from 559); Max value from RGB is 204 - color contains mainly: red. Hex color #CCCB98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CCCB98 is #333467. Grayscale: #C5C5C5. Windows color (decimal): -3355752 or 10013644. OLE color: 10013644.

HSL color Cylindrical-coordinate representation of color #CCCB98: hue angle of 58.85º degrees, saturation: 0.34, 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 #CCCB98 is Cyan = 0, Magento = 0.00, Yellow = 0.25 and Black (K on CMYK) = 0.2.

Color convert

RGB 204 203 152 -
CMYK 0 0.00 0.25 0.2
HSL 58.85º 0.34% 0.7% -
HSV(B) 58.85º 0.25% 0.8% -
XYZ 51.93 57.82 38.13 -
YUV 197.49 102.33 132.65 -
System Red Green Blue C M Y K H S L
Decimal 204 203 152 0 0.00 0.25 0.2 58.85 0.34 0.7
Hex CC CB 98 0 0 19 14 3B 22 46
Octal 314 313 230 0 0 31 24 73 42 106
Binary 11001100 11001011 10011000 0 0 11001 10100 111011 100010 1000110

Color Harmonies of #CCCB98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCCB98

Black with #CCCB98

Text Example


Text Example

White with #CCCB98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCCB98; }

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

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

background-color css

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

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

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

border-color css

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

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

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