Html Css Color HEX #CBC795 Green Mist

📋 copy color: '#CBC795'

red 203 ◦ green 199 ◦ blue 149

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

Shades of Green Mist #CBC795

Tints of Green Mist #CBC795

RGB

 RED value IS 203 (79.69% from 255) = 36.84%

 GREEN value IS 199 (78.13% from 255) = 36.12%

 BLUE value IS 149 (58.59% from 255) = 27.04%

R = 36.84%
G = 36.12%
B = 27.04%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.27

 K value IS 0.20

RGB Variations

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

Color information

#CBC795 (or 0xCBC795) is known color: Green Mist. HEX triplet: CB, C7 and 95. RGB value is (203,199,149). Sum of RGB (Red+Green+Blue) = 203+199+149=551 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.84% from 551); Green value is 199 (78.12% from 255 or 36.12% from 551); Blue value is 149 (58.59% from 255 or 27.04% from 551); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC795 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC795 is #34386A. Grayscale: #C2C2C2. Windows color (decimal): -3422315 or 9816011. OLE color: 9816011.

HSL color Cylindrical-coordinate representation of color #CBC795: hue angle of 55.56º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #CBC795 is Cyan = 0, Magento = 0.02, Yellow = 0.27 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 199 149 -
CMYK 0 0.02 0.27 0.20
HSL 55.56º 0.34% 0.69% -
HSV(B) 55.56º 0.27% 0.8% -
XYZ 50.48 55.71 36.53 -
YUV 194.5 102.33 134.07 -
System Red Green Blue C M Y K H S L
Decimal 203 199 149 0 0.02 0.27 0.20 55.56 0.34 0.69
Hex CB C7 95 0 2 1B 14 38 22 45
Octal 313 307 225 0 2 33 24 70 42 105
Binary 11001011 11000111 10010101 0 10 11011 10100 111000 100010 1000101

Color Harmonies of #CBC795

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC795

Black with #CBC795

Text Example


Text Example

White with #CBC795

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC795; }

 p { color: rgb(203,199,149); }

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

background-color css

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

 a { background-color: rgb(203,199,149); }

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

border-color css

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

 span { border-color: rgb(203,199,149); }

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