Html Css Color HEX #B2B59A Green Spring

📋 copy color: '#B2B59A'

red 178 ◦ green 181 ◦ blue 154

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

Shades of Green Spring #B2B59A

Tints of Green Spring #B2B59A

RGB

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

 GREEN value IS 181 (71.09% from 255) = 35.28%

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

R = 34.7%
G = 35.28%
B = 30.02%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.15

 K value IS 0.29

RGB Variations

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

Color information

#B2B59A (or 0xB2B59A) is known color: Green Spring. HEX triplet: B2, B5 and 9A. RGB value is (178,181,154). Sum of RGB (Red+Green+Blue) = 178+181+154=513 (67% of max value = 765). Red value is 178 (69.92% from 255 or 34.70% from 513); Green value is 181 (71.09% from 255 or 35.28% from 513); Blue value is 154 (60.55% from 255 or 30.02% from 513); Max value from RGB is 181 - color contains mainly: green. Hex color #B2B59A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B59A is #4D4A65. Grayscale: #B1B1B1. Windows color (decimal): -5065318 or 10139058. OLE color: 10139058.

HSL color Cylindrical-coordinate representation of color #B2B59A: hue angle of 66.67º degrees, saturation: 0.15, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #B2B59A is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.29.

Color convert

RGB 178 181 154 -
CMYK 0.02 0 0.15 0.29
HSL 66.67º 0.15% 0.66% -
HSV(B) 66.67º 0.15% 0.71% -
XYZ 40.72 44.85 37.08 -
YUV 177.03 115.01 128.7 -
System Red Green Blue C M Y K H S L
Decimal 178 181 154 0.02 0 0.15 0.29 66.67 0.15 0.66
Hex B2 B5 9A 2 0 F 1D 43 F 42
Octal 262 265 232 2 0 17 35 103 17 102
Binary 10110010 10110101 10011010 10 0 1111 11101 1000011 1111 1000010

Color Harmonies of #B2B59A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B59A

Black with #B2B59A

Text Example


Text Example

White with #B2B59A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B59A; }

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

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

background-color css

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

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

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

border-color css

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

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

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