Html Css Color HEX #B0BF98 Sprout

📋 copy color: '#B0BF98'

red 176 ◦ green 191 ◦ blue 152

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

Shades of Sprout #B0BF98

Tints of Sprout #B0BF98

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 29.29%

R = 33.91%
G = 36.8%
B = 29.29%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.20

 K value IS 0.25

RGB Variations

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

Color information

#B0BF98 (or 0xB0BF98) is known color: Sprout. HEX triplet: B0, BF and 98. RGB value is (176,191,152). Sum of RGB (Red+Green+Blue) = 176+191+152=519 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.91% from 519); Green value is 191 (75% from 255 or 36.80% from 519); Blue value is 152 (59.77% from 255 or 29.29% from 519); Max value from RGB is 191 - color contains mainly: green. Hex color #B0BF98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BF98 is #4F4067. Grayscale: #B6B6B6. Windows color (decimal): -5193832 or 10010544. OLE color: 10010544.

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

Color convert

RGB 176 191 152 -
CMYK 0.08 0 0.20 0.25
HSL 83.08º 0.23% 0.67% -
HSV(B) 83.08º 0.2% 0.75% -
XYZ 42.2 48.76 36.89 -
YUV 182.07 111.03 123.67 -
System Red Green Blue C M Y K H S L
Decimal 176 191 152 0.08 0 0.20 0.25 83.08 0.23 0.67
Hex B0 BF 98 8 0 14 19 53 17 43
Octal 260 277 230 10 0 24 31 123 27 103
Binary 10110000 10111111 10011000 1000 0 10100 11001 1010011 10111 1000011

Color Harmonies of #B0BF98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BF98

Black with #B0BF98

Text Example


Text Example

White with #B0BF98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BF98; }

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

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

background-color css

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

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

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

border-color css

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

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

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