Html Css Color HEX #B0BD99 Sprout

📋 copy color: '#B0BD99'

red 176 ◦ green 189 ◦ blue 153

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

Shades of Sprout #B0BD99

Tints of Sprout #B0BD99

RGB

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

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

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

R = 33.98%
G = 36.49%
B = 29.54%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.19

 K value IS 0.26

RGB Variations

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

Color information

#B0BD99 (or 0xB0BD99) is known color: Sprout. HEX triplet: B0, BD and 99. RGB value is (176,189,153). Sum of RGB (Red+Green+Blue) = 176+189+153=518 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.98% from 518); Green value is 189 (74.22% from 255 or 36.49% from 518); Blue value is 153 (60.16% from 255 or 29.54% from 518); Max value from RGB is 189 - color contains mainly: green. Hex color #B0BD99 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BD99 is #4F4266. Grayscale: #B5B5B5. Windows color (decimal): -5194343 or 10075568. OLE color: 10075568.

HSL color Cylindrical-coordinate representation of color #B0BD99: hue angle of 81.67º 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 #B0BD99 is Cyan = 0.07, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.

Color convert

RGB 176 189 153 -
CMYK 0.07 0 0.19 0.26
HSL 81.67º 0.21% 0.67% -
HSV(B) 81.67º 0.19% 0.74% -
XYZ 41.85 47.93 37.18 -
YUV 181.01 112.19 124.43 -
System Red Green Blue C M Y K H S L
Decimal 176 189 153 0.07 0 0.19 0.26 81.67 0.21 0.67
Hex B0 BD 99 7 0 13 1A 52 15 43
Octal 260 275 231 7 0 23 32 122 25 103
Binary 10110000 10111101 10011001 111 0 10011 11010 1010010 10101 1000011

Color Harmonies of #B0BD99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BD99

Black with #B0BD99

Text Example


Text Example

White with #B0BD99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BD99; }

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

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

background-color css

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

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

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

border-color css

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

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

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