Html Css Color HEX #B4BA98 Green Mist

📋 copy color: '#B4BA98'

red 180 ◦ green 186 ◦ blue 152

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

Shades of Green Mist #B4BA98

Tints of Green Mist #B4BA98

RGB

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

 GREEN value IS 186 (73.05% from 255) = 35.91%

 BLUE value IS 152 (59.77% from 255) = 29.34%

R = 34.75%
G = 35.91%
B = 29.34%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.18

 K value IS 0.27

RGB Variations

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

Color information

#B4BA98 (or 0xB4BA98) is known color: Green Mist. HEX triplet: B4, BA and 98. RGB value is (180,186,152). Sum of RGB (Red+Green+Blue) = 180+186+152=518 (68% of max value = 765). Red value is 180 (70.70% from 255 or 34.75% from 518); Green value is 186 (73.05% from 255 or 35.91% from 518); Blue value is 152 (59.77% from 255 or 29.34% from 518); Max value from RGB is 186 - color contains mainly: green. Hex color #B4BA98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4BA98 is #4B4567. Grayscale: #B4B4B4. Windows color (decimal): -4932968 or 10009268. OLE color: 10009268.

HSL color Cylindrical-coordinate representation of color #B4BA98: hue angle of 70.59º degrees, saturation: 0.2, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B4BA98 is Cyan = 0.03, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.

Color convert

RGB 180 186 152 -
CMYK 0.03 0 0.18 0.27
HSL 70.59º 0.2% 0.66% -
HSV(B) 70.59º 0.18% 0.73% -
XYZ 42.05 47.09 36.58 -
YUV 180.33 112.01 127.76 -
System Red Green Blue C M Y K H S L
Decimal 180 186 152 0.03 0 0.18 0.27 70.59 0.2 0.66
Hex B4 BA 98 3 0 12 1B 47 14 42
Octal 264 272 230 3 0 22 33 107 24 102
Binary 10110100 10111010 10011000 11 0 10010 11011 1000111 10100 1000010

Color Harmonies of #B4BA98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B4BA98

Black with #B4BA98

Text Example


Text Example

White with #B4BA98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B4BA98; }

 p { color: rgb(180,186,152); }

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

background-color css

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

 a { background-color: rgb(180,186,152); }

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

border-color css

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

 span { border-color: rgb(180,186,152); }

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