Html Css Color HEX #B0BE98 Sprout

📋 copy color: '#B0BE98'

red 176 ◦ green 190 ◦ blue 152

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

Shades of Sprout #B0BE98

Tints of Sprout #B0BE98

RGB

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

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

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

R = 33.98%
G = 36.68%
B = 29.34%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.2

 K value IS 0.25

RGB Variations

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

Color information

#B0BE98 (or 0xB0BE98) is known color: Sprout. HEX triplet: B0, BE and 98. RGB value is (176,190,152). Sum of RGB (Red+Green+Blue) = 176+190+152=518 (68% of max value = 765). Red value is 176 (69.14% from 255 or 33.98% from 518); Green value is 190 (74.61% from 255 or 36.68% from 518); Blue value is 152 (59.77% from 255 or 29.34% from 518); Max value from RGB is 190 - color contains mainly: green. Hex color #B0BE98 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0BE98 is #4F4167. Grayscale: #B5B5B5. Windows color (decimal): -5194088 or 10010288. OLE color: 10010288.

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

Color convert

RGB 176 190 152 -
CMYK 0.07 0 0.2 0.25
HSL 82.11º 0.23% 0.67% -
HSV(B) 82.11º 0.2% 0.75% -
XYZ 41.99 48.32 36.82 -
YUV 181.48 111.36 124.09 -
System Red Green Blue C M Y K H S L
Decimal 176 190 152 0.07 0 0.2 0.25 82.11 0.23 0.67
Hex B0 BE 98 7 0 14 19 52 17 43
Octal 260 276 230 7 0 24 31 122 27 103
Binary 10110000 10111110 10011000 111 0 10100 11001 1010010 10111 1000011

Color Harmonies of #B0BE98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0BE98

Black with #B0BE98

Text Example


Text Example

White with #B0BE98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0BE98; }

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

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

background-color css

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

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

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

border-color css

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

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

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