Html Css Color HEX #B2B992 Green Spring

📋 copy color: '#B2B992'

red 178 ◦ green 185 ◦ blue 146

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

Shades of Green Spring #B2B992

Tints of Green Spring #B2B992

RGB

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

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

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

R = 34.97%
G = 36.35%
B = 28.68%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.21

 K value IS 0.27

RGB Variations

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

Color information

#B2B992 (or 0xB2B992) is known color: Green Spring. HEX triplet: B2, B9 and 92. RGB value is (178,185,146). Sum of RGB (Red+Green+Blue) = 178+185+146=509 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.97% from 509); Green value is 185 (72.66% from 255 or 36.35% from 509); Blue value is 146 (57.42% from 255 or 28.68% from 509); Max value from RGB is 185 - color contains mainly: green. Hex color #B2B992 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B992 is #4D466D. Grayscale: #B2B2B2. Windows color (decimal): -5064302 or 9615794. OLE color: 9615794.

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

Color convert

RGB 178 185 146 -
CMYK 0.04 0 0.21 0.27
HSL 70.77º 0.22% 0.65% -
HSV(B) 70.77º 0.21% 0.73% -
XYZ 40.9 46.24 33.96 -
YUV 178.46 109.68 127.67 -
System Red Green Blue C M Y K H S L
Decimal 178 185 146 0.04 0 0.21 0.27 70.77 0.22 0.65
Hex B2 B9 92 4 0 15 1B 47 16 41
Octal 262 271 222 4 0 25 33 107 26 101
Binary 10110010 10111001 10010010 100 0 10101 11011 1000111 10110 1000001

Color Harmonies of #B2B992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B992

Black with #B2B992

Text Example


Text Example

White with #B2B992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B992; }

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

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

background-color css

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

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

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

border-color css

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

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

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