Html Css Color HEX #B0BE9B Sprout

📋 copy color: '#B0BE9B'

red 176 ◦ green 190 ◦ blue 155

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

Shades of Sprout #B0BE9B

Tints of Sprout #B0BE9B

RGB

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

 GREEN value IS 190 (74.61% from 255) = 36.47%

 BLUE value IS 155 (60.94% from 255) = 29.75%

R = 33.78%
G = 36.47%
B = 29.75%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.18

 K value IS 0.25

RGB Variations

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

Color information

#B0BE9B (or 0xB0BE9B) is known color: Sprout. HEX triplet: B0, BE and 9B. RGB value is (176,190,155). Sum of RGB (Red+Green+Blue) = 176+190+155=521 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.78% from 521); Green value is 190 (74.61% from 255 or 36.47% from 521); Blue value is 155 (60.94% from 255 or 29.75% from 521); Max value from RGB is 190 - color contains mainly: green. Hex color #B0BE9B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BE9B is #4F4164. Grayscale: #B5B5B5. Windows color (decimal): -5194085 or 10206896. OLE color: 10206896.

HSL color Cylindrical-coordinate representation of color #B0BE9B: hue angle of 84º degrees, saturation: 0.21, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #B0BE9B is Cyan = 0.07, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.25.

Color convert

RGB 176 190 155 -
CMYK 0.07 0 0.18 0.25
HSL 84º 0.21% 0.68% -
HSV(B) 84º 0.18% 0.75% -
XYZ 42.23 48.42 38.13 -
YUV 181.82 112.86 123.85 -
System Red Green Blue C M Y K H S L
Decimal 176 190 155 0.07 0 0.18 0.25 84 0.21 0.68
Hex B0 BE 9B 7 0 12 19 54 15 44
Octal 260 276 233 7 0 22 31 124 25 104
Binary 10110000 10111110 10011011 111 0 10010 11001 1010100 10101 1000100

Color Harmonies of #B0BE9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BE9B

Black with #B0BE9B

Text Example


Text Example

White with #B0BE9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BE9B; }

 p { color: rgb(176,190,155); }

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

background-color css

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

 a { background-color: rgb(176,190,155); }

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

border-color css

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

 span { border-color: rgb(176,190,155); }

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