#BEBD98

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

Shades of Green Mist #BEBD98

Tints of Green Mist #BEBD98

Color information

#BEBD98 (or 0xBEBD98) is unknown color: approx Green Mist. HEX triplet: BE, BD and 98. RGB value is (190,189,152). Sum of RGB (Red+Green+Blue) = 190+189+152=531 (70% of max value = 765). Red value is 190 (74.61% from 255 or 35.78% from 531); Green value is 189 (74.22% from 255 or 35.59% from 531); Blue value is 152 (59.77% from 255 or 28.63% from 531); Max value from RGB is 190 - color contains mainly: red. Hex color #BEBD98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BEBD98 is #414267. Grayscale: #B9B9B9. Windows color (decimal): -4276840 or 10010046. OLE color: 10010046.

HSL color Cylindrical-coordinate representation of color #BEBD98: hue angle of 58.42º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BEBD98 is Cyan = 0, Magento = 0.01, Yellow = 0.2 and Black (K on CMYK) = 0.25.

Color convert

RGB190189152-
CMYK00.010.20.25
HSL58.42º22.62%67.06%-
HSV(B)58.42º20%74.51%-
XYZ45.149.6136.9-
YUV185.08109.33131.51-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 35.78%
GREEN value IS 189 (74.22% from 255) = 35.59%
BLUE value IS 152 (59.77% from 255) = 28.63%
R=35.78%
G=35.59%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.2
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19018915200.010.20.2558.4222.6267.06
HexBEBD980114193a1743
Octal2762752300124317227103
Binary101111101011110110011000011010011001111010101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBD98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBD98; }

 p { color: rgb(190,189,152); }

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

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

 a { background-color: rgb(190,189,152); }

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

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

 span { border-color: rgb(190,189,152); }

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