Html Css Color HEX #B0BF94 Sprout

📋 copy color: '#B0BF94'

red 176 ◦ green 191 ◦ blue 148

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

Shades of Sprout #B0BF94

Tints of Sprout #B0BF94

RGB

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

 GREEN value IS 191 (75% from 255) = 37.09%

 BLUE value IS 148 (58.2% from 255) = 28.74%

R = 34.17%
G = 37.09%
B = 28.74%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.23

 K value IS 0.25

RGB Variations

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

Color information

#B0BF94 (or 0xB0BF94) is known color: Sprout. HEX triplet: B0, BF and 94. RGB value is (176,191,148). Sum of RGB (Red+Green+Blue) = 176+191+148=515 (68% of max value = 765). Red value is 176 (69.14% from 255 or 34.17% from 515); Green value is 191 (75% from 255 or 37.09% from 515); Blue value is 148 (58.20% from 255 or 28.74% from 515); Max value from RGB is 191 - color contains mainly: green. Hex color #B0BF94 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BF94 is #4F406B. Grayscale: #B5B5B5. Windows color (decimal): -5193836 or 9748400. OLE color: 9748400.

HSL color Cylindrical-coordinate representation of color #B0BF94: hue angle of 80.93º degrees, saturation: 0.25, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B0BF94 is Cyan = 0.08, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB 176 191 148 -
CMYK 0.08 0 0.23 0.25
HSL 80.93º 0.25% 0.66% -
HSV(B) 80.93º 0.23% 0.75% -
XYZ 41.88 48.63 35.2 -
YUV 181.61 109.03 124 -
System Red Green Blue C M Y K H S L
Decimal 176 191 148 0.08 0 0.23 0.25 80.93 0.25 0.66
Hex B0 BF 94 8 0 17 19 51 19 42
Octal 260 277 224 10 0 27 31 121 31 102
Binary 10110000 10111111 10010100 1000 0 10111 11001 1010001 11001 1000010

Color Harmonies of #B0BF94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BF94

Black with #B0BF94

Text Example


Text Example

White with #B0BF94

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BF94; }

 p { color: rgb(176,191,148); }

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

background-color css

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

 a { background-color: rgb(176,191,148); }

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

border-color css

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

 span { border-color: rgb(176,191,148); }

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