Html Css Color HEX #B0B792 Green Spring

📋 copy color: '#B0B792'

red 176 ◦ green 183 ◦ blue 146

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

Shades of Green Spring #B0B792

Tints of Green Spring #B0B792

RGB

 RED value IS 176 (69.14% from 255) = 34.85%

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

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

R = 34.85%
G = 36.24%
B = 28.91%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.20

 K value IS 0.28

RGB Variations

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

Color information

#B0B792 (or 0xB0B792) is known color: Green Spring. HEX triplet: B0, B7 and 92. RGB value is (176,183,146). Sum of RGB (Red+Green+Blue) = 176+183+146=505 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.85% from 505); Green value is 183 (71.88% from 255 or 36.24% from 505); Blue value is 146 (57.42% from 255 or 28.91% from 505); Max value from RGB is 183 - color contains mainly: green. Hex color #B0B792 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B792 is #4F486D. Grayscale: #B0B0B0. Windows color (decimal): -5195886 or 9615280. OLE color: 9615280.

HSL color Cylindrical-coordinate representation of color #B0B792: hue angle of 71.35º degrees, saturation: 0.2, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0B792 is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.28.

Color convert

RGB 176 183 146 -
CMYK 0.04 0 0.20 0.28
HSL 71.35º 0.2% 0.65% -
HSV(B) 71.35º 0.2% 0.72% -
XYZ 40.03 45.17 33.8 -
YUV 176.69 110.68 127.51 -
System Red Green Blue C M Y K H S L
Decimal 176 183 146 0.04 0 0.20 0.28 71.35 0.2 0.65
Hex B0 B7 92 4 0 14 1C 47 14 41
Octal 260 267 222 4 0 24 34 107 24 101
Binary 10110000 10110111 10010010 100 0 10100 11100 1000111 10100 1000001

Color Harmonies of #B0B792

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B792

Black with #B0B792

Text Example


Text Example

White with #B0B792

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B792; }

 p { color: rgb(176,183,146); }

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

background-color css

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

 a { background-color: rgb(176,183,146); }

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

border-color css

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

 span { border-color: rgb(176,183,146); }

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