Html Css Color HEX #B0B691 Green Spring

📋 copy color: '#B0B691'

red 176 ◦ green 182 ◦ blue 145

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

Shades of Green Spring #B0B691

Tints of Green Spring #B0B691

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.18%

 BLUE value IS 145 (57.03% from 255) = 28.83%

R = 34.99%
G = 36.18%
B = 28.83%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.20

 K value IS 0.29

RGB Variations

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

Color information

#B0B691 (or 0xB0B691) is known color: Green Spring. HEX triplet: B0, B6 and 91. RGB value is (176,182,145). Sum of RGB (Red+Green+Blue) = 176+182+145=503 (66% of max value = 765). Red value is 176 (69.14% from 255 or 34.99% from 503); Green value is 182 (71.48% from 255 or 36.18% from 503); Blue value is 145 (57.03% from 255 or 28.83% from 503); Max value from RGB is 182 - color contains mainly: green. Hex color #B0B691 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B691 is #4F496E. Grayscale: #B0B0B0. Windows color (decimal): -5196143 or 9549488. OLE color: 9549488.

HSL color Cylindrical-coordinate representation of color #B0B691: hue angle of 69.73º degrees, saturation: 0.2, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B0B691 is Cyan = 0.03, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.29.

Color convert

RGB 176 182 145 -
CMYK 0.03 0 0.20 0.29
HSL 69.73º 0.2% 0.64% -
HSV(B) 69.73º 0.2% 0.71% -
XYZ 39.74 44.73 33.33 -
YUV 175.99 110.51 128.01 -
System Red Green Blue C M Y K H S L
Decimal 176 182 145 0.03 0 0.20 0.29 69.73 0.2 0.64
Hex B0 B6 91 3 0 14 1D 46 14 40
Octal 260 266 221 3 0 24 35 106 24 100
Binary 10110000 10110110 10010001 11 0 10100 11101 1000110 10100 1000000

Color Harmonies of #B0B691

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B691

Black with #B0B691

Text Example


Text Example

White with #B0B691

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B691; }

 p { color: rgb(176,182,145); }

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

background-color css

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

 a { background-color: rgb(176,182,145); }

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

border-color css

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

 span { border-color: rgb(176,182,145); }

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