Html Css Color HEX #B6BF96 Green Mist

📋 copy color: '#B6BF96'

red 182 ◦ green 191 ◦ blue 150

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

Shades of Green Mist #B6BF96

Tints of Green Mist #B6BF96

RGB

 RED value IS 182 (71.48% from 255) = 34.8%

 GREEN value IS 191 (75% from 255) = 36.52%

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

R = 34.8%
G = 36.52%
B = 28.68%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.21

 K value IS 0.25

RGB Variations

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

Color information

#B6BF96 (or 0xB6BF96) is known color: Green Mist. HEX triplet: B6, BF and 96. RGB value is (182,191,150). Sum of RGB (Red+Green+Blue) = 182+191+150=523 (69% of max value = 765). Red value is 182 (71.48% from 255 or 34.80% from 523); Green value is 191 (75% from 255 or 36.52% from 523); Blue value is 150 (58.98% from 255 or 28.68% from 523); Max value from RGB is 191 - color contains mainly: green. Hex color #B6BF96 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6BF96 is #494069. Grayscale: #B7B7B7. Windows color (decimal): -4800618 or 9879478. OLE color: 9879478.

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

Color convert

RGB 182 191 150 -
CMYK 0.05 0 0.21 0.25
HSL 73.17º 0.24% 0.67% -
HSV(B) 73.17º 0.21% 0.75% -
XYZ 43.43 49.41 36.1 -
YUV 183.64 109.02 126.83 -
System Red Green Blue C M Y K H S L
Decimal 182 191 150 0.05 0 0.21 0.25 73.17 0.24 0.67
Hex B6 BF 96 5 0 15 19 49 18 43
Octal 266 277 226 5 0 25 31 111 30 103
Binary 10110110 10111111 10010110 101 0 10101 11001 1001001 11000 1000011

Color Harmonies of #B6BF96

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6BF96

Black with #B6BF96

Text Example


Text Example

White with #B6BF96

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6BF96; }

 p { color: rgb(182,191,150); }

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

background-color css

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

 a { background-color: rgb(182,191,150); }

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

border-color css

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

 span { border-color: rgb(182,191,150); }

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