Html Css Color HEX #B0BE9C Sprout

📋 copy color: '#B0BE9C'

red 176 ◦ green 190 ◦ blue 156

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

Shades of Sprout #B0BE9C

Tints of Sprout #B0BE9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 29.89%

R = 33.72%
G = 36.4%
B = 29.89%

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

#B0BE9C (or 0xB0BE9C) is known color: Sprout. HEX triplet: B0, BE and 9C. RGB value is (176,190,156). Sum of RGB (Red+Green+Blue) = 176+190+156=522 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.72% from 522); Green value is 190 (74.61% from 255 or 36.40% from 522); Blue value is 156 (61.33% from 255 or 29.89% from 522); Max value from RGB is 190 - color contains mainly: green. Hex color #B0BE9C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BE9C is #4F4163. Grayscale: #B6B6B6. Windows color (decimal): -5194084 or 10272432. OLE color: 10272432.

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

Color convert

RGB 176 190 156 -
CMYK 0.07 0 0.18 0.25
HSL 84.71º 0.21% 0.68% -
HSV(B) 84.71º 0.18% 0.75% -
XYZ 42.32 48.46 38.58 -
YUV 181.94 113.36 123.76 -
System Red Green Blue C M Y K H S L
Decimal 176 190 156 0.07 0 0.18 0.25 84.71 0.21 0.68
Hex B0 BE 9C 7 0 12 19 55 15 44
Octal 260 276 234 7 0 22 31 125 25 104
Binary 10110000 10111110 10011100 111 0 10010 11001 1010101 10101 1000100

Color Harmonies of #B0BE9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BE9C

Black with #B0BE9C

Text Example


Text Example

White with #B0BE9C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BE9C; }

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

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

background-color css

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

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

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

border-color css

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

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

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