Html Css Color HEX #B2BD99 Green Spring

📋 copy color: '#B2BD99'

red 178 ◦ green 189 ◦ blue 153

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

Shades of Green Spring #B2BD99

Tints of Green Spring #B2BD99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 29.42%

R = 34.23%
G = 36.35%
B = 29.42%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#B2BD99 (or 0xB2BD99) is known color: Green Spring. HEX triplet: B2, BD and 99. RGB value is (178,189,153). Sum of RGB (Red+Green+Blue) = 178+189+153=520 (68% of max value = 765). Red value is 178 (69.92% from 255 or 34.23% from 520); Green value is 189 (74.22% from 255 or 36.35% from 520); Blue value is 153 (60.16% from 255 or 29.42% from 520); Max value from RGB is 189 - color contains mainly: green. Hex color #B2BD99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2BD99 is #4D4266. Grayscale: #B5B5B5. Windows color (decimal): -5063271 or 10075570. OLE color: 10075570.

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

Color convert

RGB 178 189 153 -
CMYK 0.06 0 0.19 0.26
HSL 78.33º 0.21% 0.67% -
HSV(B) 78.33º 0.19% 0.74% -
XYZ 42.31 48.16 37.2 -
YUV 181.61 111.86 125.43 -
System Red Green Blue C M Y K H S L
Decimal 178 189 153 0.06 0 0.19 0.26 78.33 0.21 0.67
Hex B2 BD 99 6 0 13 1A 4E 15 43
Octal 262 275 231 6 0 23 32 116 25 103
Binary 10110010 10111101 10011001 110 0 10011 11010 1001110 10101 1000011

Color Harmonies of #B2BD99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2BD99

Black with #B2BD99

Text Example


Text Example

White with #B2BD99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2BD99; }

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

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

background-color css

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

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

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

border-color css

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

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

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