Html Css Color HEX #B0B699 Green Spring

📋 copy color: '#B0B699'

red 176 ◦ green 182 ◦ blue 153

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

Shades of Green Spring #B0B699

Tints of Green Spring #B0B699

RGB

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

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

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

R = 34.44%
G = 35.62%
B = 29.94%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.16

 K value IS 0.29

RGB Variations

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

Color information

#B0B699 (or 0xB0B699) is known color: Green Spring. HEX triplet: B0, B6 and 99. RGB value is (176,182,153). Sum of RGB (Red+Green+Blue) = 176+182+153=511 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.44% from 511); Green value is 182 (71.48% from 255 or 35.62% from 511); Blue value is 153 (60.16% from 255 or 29.94% from 511); Max value from RGB is 182 - color contains mainly: green. Hex color #B0B699 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B699 is #4F4966. Grayscale: #B1B1B1. Windows color (decimal): -5196135 or 10073776. OLE color: 10073776.

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

Color convert

RGB 176 182 153 -
CMYK 0.03 0 0.16 0.29
HSL 72.41º 0.17% 0.66% -
HSV(B) 72.41º 0.16% 0.71% -
XYZ 40.38 44.99 36.69 -
YUV 176.9 114.51 127.36 -
System Red Green Blue C M Y K H S L
Decimal 176 182 153 0.03 0 0.16 0.29 72.41 0.17 0.66
Hex B0 B6 99 3 0 10 1D 48 11 42
Octal 260 266 231 3 0 20 35 110 21 102
Binary 10110000 10110110 10011001 11 0 10000 11101 1001000 10001 1000010

Color Harmonies of #B0B699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B699

Black with #B0B699

Text Example


Text Example

White with #B0B699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B699; }

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

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

background-color css

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

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

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

border-color css

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

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

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