Html Css Color HEX #B2B7A4 Green Spring

📋 copy color: '#B2B7A4'

red 178 ◦ green 183 ◦ blue 164

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

Shades of Green Spring #B2B7A4

Tints of Green Spring #B2B7A4

RGB

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

 GREEN value IS 183 (71.88% from 255) = 34.86%

 BLUE value IS 164 (64.45% from 255) = 31.24%

R = 33.9%
G = 34.86%
B = 31.24%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.10

 K value IS 0.28

RGB Variations

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

Color information

#B2B7A4 (or 0xB2B7A4) is known color: Green Spring. HEX triplet: B2, B7 and A4. RGB value is (178,183,164). Sum of RGB (Red+Green+Blue) = 178+183+164=525 (69% of max value = 765). Red value is 178 (69.92% from 255 or 33.90% from 525); Green value is 183 (71.88% from 255 or 34.86% from 525); Blue value is 164 (64.45% from 255 or 31.24% from 525); Max value from RGB is 183 - color contains mainly: green. Hex color #B2B7A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B7A4 is #4D485B. Grayscale: #B3B3B3. Windows color (decimal): -5064796 or 10794930. OLE color: 10794930.

HSL color Cylindrical-coordinate representation of color #B2B7A4: hue angle of 75.79º degrees, saturation: 0.12, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B2B7A4 is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.28.

Color convert

RGB 178 183 164 -
CMYK 0.03 0 0.10 0.28
HSL 75.79º 0.12% 0.68% -
HSV(B) 75.79º 0.1% 0.72% -
XYZ 41.99 46.01 41.79 -
YUV 179.34 119.34 127.04 -
System Red Green Blue C M Y K H S L
Decimal 178 183 164 0.03 0 0.10 0.28 75.79 0.12 0.68
Hex B2 B7 A4 3 0 A 1C 4C C 44
Octal 262 267 244 3 0 12 34 114 14 104
Binary 10110010 10110111 10100100 11 0 1010 11100 1001100 1100 1000100

Color Harmonies of #B2B7A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B7A4

Black with #B2B7A4

Text Example


Text Example

White with #B2B7A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B7A4; }

 p { color: rgb(178,183,164); }

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

background-color css

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

 a { background-color: rgb(178,183,164); }

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

border-color css

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

 span { border-color: rgb(178,183,164); }

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