#CBC894

Color #CBC894 Green Mist (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green Mist #CBC894

Tints of Green Mist #CBC894

Color information

#CBC894 (or 0xCBC894) is unknown color: approx Green Mist. HEX triplet: CB, C8 and 94. RGB value is (203,200,148). Sum of RGB (Red+Green+Blue) = 203+200+148=551 (72% of max value = 765). Red value is 203 (79.69% from 255 or 36.84% from 551); Green value is 200 (78.52% from 255 or 36.30% from 551); Blue value is 148 (58.20% from 255 or 26.86% from 551); Max value from RGB is 203 - color contains mainly: red. Hex color #CBC894 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CBC894 is #34376B. Grayscale: #C3C3C3. Windows color (decimal): -3422060 or 9750731. OLE color: 9750731.

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

Color convert

RGB203200148-
CMYK00.010.270.20
HSL56.73º34.59%68.82%-
HSV(B)56.73º27.09%79.61%-
XYZ50.6356.1436.19-
YUV194.97101.49133.73-

RGB Variations

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

RGB

RED value IS 203 (79.69% from 255) = 36.84%
GREEN value IS 200 (78.52% from 255) = 36.30%
BLUE value IS 148 (58.20% from 255) = 26.86%
R=36.84%
G=36.30%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.27
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal20320014800.010.270.2056.7334.5968.82
HexCBC894011B14392345
Octal3133102240133247143105
Binary1100101111001000100101000111011101001110011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CBC894

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CBC894; }

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

 H1.HeaderClassName
 {
   color: #CBC894;
 }
 .AnyTagClassName
 {
   color: #CBC894;
 }
</style>
background-color css

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

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

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

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

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

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