Html Css Color HEX #B2BD95 Green Spring

📋 copy color: '#B2BD95'

red 178 ◦ green 189 ◦ blue 149

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

Shades of Green Spring #B2BD95

Tints of Green Spring #B2BD95

RGB

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

 GREEN value IS 189 (74.22% from 255) = 36.63%

 BLUE value IS 149 (58.59% from 255) = 28.88%

R = 34.5%
G = 36.63%
B = 28.88%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.21

 K value IS 0.26

RGB Variations

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

Color information

#B2BD95 (or 0xB2BD95) is known color: Green Spring. HEX triplet: B2, BD and 95. RGB value is (178,189,149). Sum of RGB (Red+Green+Blue) = 178+189+149=516 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.50% from 516); Green value is 189 (74.22% from 255 or 36.63% from 516); Blue value is 149 (58.59% from 255 or 28.88% from 516); Max value from RGB is 189 - color contains mainly: green. Hex color #B2BD95 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BD95 is #4D426A. Grayscale: #B5B5B5. Windows color (decimal): -5063275 or 9813426. OLE color: 9813426.

HSL color Cylindrical-coordinate representation of color #B2BD95: hue angle of 76.5º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B2BD95 is Cyan = 0.06, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.26.

Color convert

RGB 178 189 149 -
CMYK 0.06 0 0.21 0.26
HSL 76.5º 0.23% 0.66% -
HSV(B) 76.5º 0.21% 0.74% -
XYZ 41.98 48.03 35.49 -
YUV 181.15 109.86 125.75 -
System Red Green Blue C M Y K H S L
Decimal 178 189 149 0.06 0 0.21 0.26 76.5 0.23 0.66
Hex B2 BD 95 6 0 15 1A 4C 17 42
Octal 262 275 225 6 0 25 32 114 27 102
Binary 10110010 10111101 10010101 110 0 10101 11010 1001100 10111 1000010

Color Harmonies of #B2BD95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BD95

Black with #B2BD95

Text Example


Text Example

White with #B2BD95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BD95; }

 p { color: rgb(178,189,149); }

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

background-color css

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

 a { background-color: rgb(178,189,149); }

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

border-color css

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

 span { border-color: rgb(178,189,149); }

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