Html Css Color HEX #B4B692 Green Mist

📋 copy color: '#B4B692'

red 180 ◦ green 182 ◦ blue 146

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

Shades of Green Mist #B4B692

Tints of Green Mist #B4B692

RGB

 RED value IS 180 (70.7% from 255) = 35.43%

 GREEN value IS 182 (71.48% from 255) = 35.83%

 BLUE value IS 146 (57.42% from 255) = 28.74%

R = 35.43%
G = 35.83%
B = 28.74%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#B4B692 (or 0xB4B692) is known color: Green Mist. HEX triplet: B4, B6 and 92. RGB value is (180,182,146). Sum of RGB (Red+Green+Blue) = 180+182+146=508 (67% of max value = 765). Red value is 180 (70.70% from 255 or 35.43% from 508); Green value is 182 (71.48% from 255 or 35.83% from 508); Blue value is 146 (57.42% from 255 or 28.74% from 508); Max value from RGB is 182 - color contains mainly: green. Hex color #B4B692 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4B692 is #4B496D. Grayscale: #B1B1B1. Windows color (decimal): -4933998 or 9615028. OLE color: 9615028.

HSL color Cylindrical-coordinate representation of color #B4B692: hue angle of 63.33º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B4B692 is Cyan = 0.01, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.29.

Color convert

RGB 180 182 146 -
CMYK 0.01 0 0.20 0.29
HSL 63.33º 0.2% 0.64% -
HSV(B) 63.33º 0.2% 0.71% -
XYZ 40.74 45.23 33.78 -
YUV 177.3 110.34 129.93 -
System Red Green Blue C M Y K H S L
Decimal 180 182 146 0.01 0 0.20 0.29 63.33 0.2 0.64
Hex B4 B6 92 1 0 14 1D 3F 14 40
Octal 264 266 222 1 0 24 35 77 24 100
Binary 10110100 10110110 10010010 1 0 10100 11101 111111 10100 1000000

Color Harmonies of #B4B692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4B692

Black with #B4B692

Text Example


Text Example

White with #B4B692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4B692; }

 p { color: rgb(180,182,146); }

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

background-color css

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

 a { background-color: rgb(180,182,146); }

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

border-color css

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

 span { border-color: rgb(180,182,146); }

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