Html Css Color HEX #B0D098 Sprout

📋 copy color: '#B0D098'

red 176 ◦ green 208 ◦ blue 152

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

Shades of Sprout #B0D098

Tints of Sprout #B0D098

RGB

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

 GREEN value IS 208 (81.64% from 255) = 38.81%

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

R = 32.84%
G = 38.81%
B = 28.36%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.27

 K value IS 0.18

RGB Variations

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

Color information

#B0D098 (or 0xB0D098) is known color: Sprout. HEX triplet: B0, D0 and 98. RGB value is (176,208,152). Sum of RGB (Red+Green+Blue) = 176+208+152=536 (70% of max value = 765). Red value is 176 (69.14% from 255 or 32.84% from 536); Green value is 208 (81.64% from 255 or 38.81% from 536); Blue value is 152 (59.77% from 255 or 28.36% from 536); Max value from RGB is 208 - color contains mainly: green. Hex color #B0D098 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D098 is #4F2F67. Grayscale: #C0C0C0. Windows color (decimal): -5189480 or 10014896. OLE color: 10014896.

HSL color Cylindrical-coordinate representation of color #B0D098: hue angle of 94.29º degrees, saturation: 0.37, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B0D098 is Cyan = 0.15, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.18.

Color convert

RGB 176 208 152 -
CMYK 0.15 0 0.27 0.18
HSL 94.29º 0.37% 0.71% -
HSV(B) 94.29º 0.27% 0.82% -
XYZ 46.13 56.61 38.2 -
YUV 192.05 105.4 116.55 -
System Red Green Blue C M Y K H S L
Decimal 176 208 152 0.15 0 0.27 0.18 94.29 0.37 0.71
Hex B0 D0 98 F 0 1B 12 5E 25 47
Octal 260 320 230 17 0 33 22 136 45 107
Binary 10110000 11010000 10011000 1111 0 11011 10010 1011110 100101 1000111

Color Harmonies of #B0D098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D098

Black with #B0D098

Text Example


Text Example

White with #B0D098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D098; }

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

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

background-color css

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

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

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

border-color css

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

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

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