Html Css Color HEX #CBC994 Green Mist

📋 copy color: '#CBC994'

red 203 ◦ green 201 ◦ blue 148

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

Shades of Green Mist #CBC994

Tints of Green Mist #CBC994

RGB

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

 GREEN value IS 201 (78.91% from 255) = 36.41%

 BLUE value IS 148 (58.2% from 255) = 26.81%

R = 36.78%
G = 36.41%
B = 26.81%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.27

 K value IS 0.20

RGB Variations

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

Color information

#CBC994 (or 0xCBC994) is known color: Green Mist. HEX triplet: CB, C9 and 94. RGB value is (203,201,148). Sum of RGB (Red+Green+Blue) = 203+201+148=552 (73% of max value = 765). Red value is 203 (79.69% from 255 or 36.78% from 552); Green value is 201 (78.91% from 255 or 36.41% from 552); Blue value is 148 (58.20% from 255 or 26.81% from 552); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC994 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC994 is #34366B. Grayscale: #C3C3C3. Windows color (decimal): -3421804 or 9750987. OLE color: 9750987.

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

Color convert

RGB 203 201 148 -
CMYK 0 0.01 0.27 0.20
HSL 57.82º 0.35% 0.69% -
HSV(B) 57.82º 0.27% 0.8% -
XYZ 50.86 56.61 36.26 -
YUV 195.56 101.16 133.31 -
System Red Green Blue C M Y K H S L
Decimal 203 201 148 0 0.01 0.27 0.20 57.82 0.35 0.69
Hex CB C9 94 0 1 1B 14 3A 23 45
Octal 313 311 224 0 1 33 24 72 43 105
Binary 11001011 11001001 10010100 0 1 11011 10100 111010 100011 1000101

Color Harmonies of #CBC994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBC994

Black with #CBC994

Text Example


Text Example

White with #CBC994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBC994; }

 p { color: rgb(203,201,148); }

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

background-color css

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

 a { background-color: rgb(203,201,148); }

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

border-color css

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

 span { border-color: rgb(203,201,148); }

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