Html Css Color HEX #B2B99A Green Spring

📋 copy color: '#B2B99A'

red 178 ◦ green 185 ◦ blue 154

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

Shades of Green Spring #B2B99A

Tints of Green Spring #B2B99A

RGB

 RED value IS 178 (69.92% from 255) = 34.43%

 GREEN value IS 185 (72.66% from 255) = 35.78%

 BLUE value IS 154 (60.55% from 255) = 29.79%

R = 34.43%
G = 35.78%
B = 29.79%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.17

 K value IS 0.27

RGB Variations

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

Color information

#B2B99A (or 0xB2B99A) is known color: Green Spring. HEX triplet: B2, B9 and 9A. RGB value is (178,185,154). Sum of RGB (Red+Green+Blue) = 178+185+154=517 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.43% from 517); Green value is 185 (72.66% from 255 or 35.78% from 517); Blue value is 154 (60.55% from 255 or 29.79% from 517); Max value from RGB is 185 - color contains mainly: green. Hex color #B2B99A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B99A is #4D4665. Grayscale: #B3B3B3. Windows color (decimal): -5064294 or 10140082. OLE color: 10140082.

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

Color convert

RGB 178 185 154 -
CMYK 0.04 0 0.17 0.27
HSL 73.55º 0.18% 0.66% -
HSV(B) 73.55º 0.17% 0.73% -
XYZ 41.54 46.5 37.36 -
YUV 179.37 113.68 127.02 -
System Red Green Blue C M Y K H S L
Decimal 178 185 154 0.04 0 0.17 0.27 73.55 0.18 0.66
Hex B2 B9 9A 4 0 11 1B 4A 12 42
Octal 262 271 232 4 0 21 33 112 22 102
Binary 10110010 10111001 10011010 100 0 10001 11011 1001010 10010 1000010

Color Harmonies of #B2B99A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B99A

Black with #B2B99A

Text Example


Text Example

White with #B2B99A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B99A; }

 p { color: rgb(178,185,154); }

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

background-color css

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

 a { background-color: rgb(178,185,154); }

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

border-color css

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

 span { border-color: rgb(178,185,154); }

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