Html Css Color HEX #B9BE8D Green Mist

📋 copy color: '#B9BE8D'

red 185 ◦ green 190 ◦ blue 141

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

Shades of Green Mist #B9BE8D

Tints of Green Mist #B9BE8D

RGB

 RED value IS 185 (72.66% from 255) = 35.85%

 GREEN value IS 190 (74.61% from 255) = 36.82%

 BLUE value IS 141 (55.47% from 255) = 27.33%

R = 35.85%
G = 36.82%
B = 27.33%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.26

 K value IS 0.25

RGB Variations

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

Color information

#B9BE8D (or 0xB9BE8D) is known color: Green Mist. HEX triplet: B9, BE and 8D. RGB value is (185,190,141). Sum of RGB (Red+Green+Blue) = 185+190+141=516 (68% of max value = 765). Red value is 185 (72.66% from 255 or 35.85% from 516); Green value is 190 (74.61% from 255 or 36.82% from 516); Blue value is 141 (55.47% from 255 or 27.33% from 516); Max value from RGB is 190 - color contains mainly: green. Hex color #B9BE8D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9BE8D is #464172. Grayscale: #B7B7B7. Windows color (decimal): -4604275 or 9289401. OLE color: 9289401.

HSL color Cylindrical-coordinate representation of color #B9BE8D: hue angle of 66.12º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B9BE8D is Cyan = 0.03, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.25.

Color convert

RGB 185 190 141 -
CMYK 0.03 0 0.26 0.25
HSL 66.12º 0.27% 0.65% -
HSV(B) 66.12º 0.26% 0.75% -
XYZ 43.23 49.06 32.39 -
YUV 182.92 104.34 129.48 -
System Red Green Blue C M Y K H S L
Decimal 185 190 141 0.03 0 0.26 0.25 66.12 0.27 0.65
Hex B9 BE 8D 3 0 1A 19 42 1B 41
Octal 271 276 215 3 0 32 31 102 33 101
Binary 10111001 10111110 10001101 11 0 11010 11001 1000010 11011 1000001

Color Harmonies of #B9BE8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9BE8D

Black with #B9BE8D

Text Example


Text Example

White with #B9BE8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9BE8D; }

 p { color: rgb(185,190,141); }

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

background-color css

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

 a { background-color: rgb(185,190,141); }

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

border-color css

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

 span { border-color: rgb(185,190,141); }

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