Html Css Color HEX #B9C38E Green Mist

📋 copy color: '#B9C38E'

red 185 ◦ green 195 ◦ blue 142

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

Shades of Green Mist #B9C38E

Tints of Green Mist #B9C38E

RGB

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

 GREEN value IS 195 (76.56% from 255) = 37.36%

 BLUE value IS 142 (55.86% from 255) = 27.2%

R = 35.44%
G = 37.36%
B = 27.2%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.27

 K value IS 0.24

RGB Variations

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

Color information

#B9C38E (or 0xB9C38E) is known color: Green Mist. HEX triplet: B9, C3 and 8E. RGB value is (185,195,142). Sum of RGB (Red+Green+Blue) = 185+195+142=522 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.44% from 522); Green value is 195 (76.56% from 255 or 37.36% from 522); Blue value is 142 (55.86% from 255 or 27.20% from 522); Max value from RGB is 195 - color contains mainly: green. Hex color #B9C38E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C38E is #463C71. Grayscale: #BABABA. Windows color (decimal): -4602994 or 9356217. OLE color: 9356217.

HSL color Cylindrical-coordinate representation of color #B9C38E: hue angle of 71.32º degrees, saturation: 0.31, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B9C38E is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB 185 195 142 -
CMYK 0.05 0 0.27 0.24
HSL 71.32º 0.31% 0.66% -
HSV(B) 71.32º 0.27% 0.76% -
XYZ 44.41 51.3 33.15 -
YUV 185.97 103.19 127.31 -
System Red Green Blue C M Y K H S L
Decimal 185 195 142 0.05 0 0.27 0.24 71.32 0.31 0.66
Hex B9 C3 8E 5 0 1B 18 47 1F 42
Octal 271 303 216 5 0 33 30 107 37 102
Binary 10111001 11000011 10001110 101 0 11011 11000 1000111 11111 1000010

Color Harmonies of #B9C38E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C38E

Black with #B9C38E

Text Example


Text Example

White with #B9C38E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C38E; }

 p { color: rgb(185,195,142); }

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

background-color css

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

 a { background-color: rgb(185,195,142); }

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

border-color css

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

 span { border-color: rgb(185,195,142); }

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