Html Css Color HEX #B9C28E Green Mist

📋 copy color: '#B9C28E'

red 185 ◦ green 194 ◦ blue 142

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

Shades of Green Mist #B9C28E

Tints of Green Mist #B9C28E

RGB

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

 GREEN value IS 194 (76.17% from 255) = 37.24%

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

R = 35.51%
G = 37.24%
B = 27.26%

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

#B9C28E (or 0xB9C28E) is known color: Green Mist. HEX triplet: B9, C2 and 8E. RGB value is (185,194,142). Sum of RGB (Red+Green+Blue) = 185+194+142=521 (69% of max value = 765). Red value is 185 (72.66% from 255 or 35.51% from 521); Green value is 194 (76.17% from 255 or 37.24% from 521); Blue value is 142 (55.86% from 255 or 27.26% from 521); Max value from RGB is 194 - color contains mainly: green. Hex color #B9C28E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9C28E is #463D71. Grayscale: #B9B9B9. Windows color (decimal): -4603250 or 9355961. OLE color: 9355961.

HSL color Cylindrical-coordinate representation of color #B9C28E: hue angle of 70.38º degrees, saturation: 0.3, 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 #B9C28E is Cyan = 0.05, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.24.

Color convert

RGB 185 194 142 -
CMYK 0.05 0 0.27 0.24
HSL 70.38º 0.3% 0.66% -
HSV(B) 70.38º 0.27% 0.76% -
XYZ 44.18 50.85 33.08 -
YUV 185.38 103.52 127.73 -
System Red Green Blue C M Y K H S L
Decimal 185 194 142 0.05 0 0.27 0.24 70.38 0.3 0.66
Hex B9 C2 8E 5 0 1B 18 46 1E 42
Octal 271 302 216 5 0 33 30 106 36 102
Binary 10111001 11000010 10001110 101 0 11011 11000 1000110 11110 1000010

Color Harmonies of #B9C28E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9C28E

Black with #B9C28E

Text Example


Text Example

White with #B9C28E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9C28E; }

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

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

background-color css

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

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

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

border-color css

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

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

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