Html Css Color HEX #B8C396 Green Mist

📋 copy color: '#B8C396'

red 184 ◦ green 195 ◦ blue 150

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

Shades of Green Mist #B8C396

Tints of Green Mist #B8C396

RGB

 RED value IS 184 (72.27% from 255) = 34.78%

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

 BLUE value IS 150 (58.98% from 255) = 28.36%

R = 34.78%
G = 36.86%
B = 28.36%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.23

 K value IS 0.24

RGB Variations

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

Color information

#B8C396 (or 0xB8C396) is known color: Green Mist. HEX triplet: B8, C3 and 96. RGB value is (184,195,150). Sum of RGB (Red+Green+Blue) = 184+195+150=529 (70% of max value = 765). Red value is 184 (72.27% from 255 or 34.78% from 529); Green value is 195 (76.56% from 255 or 36.86% from 529); Blue value is 150 (58.98% from 255 or 28.36% from 529); Max value from RGB is 195 - color contains mainly: green. Hex color #B8C396 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B8C396 is #473C69. Grayscale: #BABABA. Windows color (decimal): -4668522 or 9880504. OLE color: 9880504.

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

Color convert

RGB 184 195 150 -
CMYK 0.06 0 0.23 0.24
HSL 74.67º 0.27% 0.68% -
HSV(B) 74.67º 0.23% 0.76% -
XYZ 44.79 51.42 36.42 -
YUV 186.58 107.36 126.16 -
System Red Green Blue C M Y K H S L
Decimal 184 195 150 0.06 0 0.23 0.24 74.67 0.27 0.68
Hex B8 C3 96 6 0 17 18 4B 1B 44
Octal 270 303 226 6 0 27 30 113 33 104
Binary 10111000 11000011 10010110 110 0 10111 11000 1001011 11011 1000100

Color Harmonies of #B8C396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B8C396

Black with #B8C396

Text Example


Text Example

White with #B8C396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B8C396; }

 p { color: rgb(184,195,150); }

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

background-color css

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

 a { background-color: rgb(184,195,150); }

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

border-color css

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

 span { border-color: rgb(184,195,150); }

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