Html Css Color HEX #B0D091 Sprout

📋 copy color: '#B0D091'

red 176 ◦ green 208 ◦ blue 145

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

Shades of Sprout #B0D091

Tints of Sprout #B0D091

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 27.41%

R = 33.27%
G = 39.32%
B = 27.41%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#B0D091 (or 0xB0D091) is known color: Sprout. HEX triplet: B0, D0 and 91. RGB value is (176,208,145). Sum of RGB (Red+Green+Blue) = 176+208+145=529 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.27% from 529); Green value is 208 (81.64% from 255 or 39.32% from 529); Blue value is 145 (57.03% from 255 or 27.41% from 529); Max value from RGB is 208 - color contains mainly: green. Hex color #B0D091 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D091 is #4F2F6E. Grayscale: #BFBFBF. Windows color (decimal): -5189487 or 9556144. OLE color: 9556144.

HSL color Cylindrical-coordinate representation of color #B0D091: hue angle of 90.48º degrees, saturation: 0.4, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0D091 is Cyan = 0.15, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB 176 208 145 -
CMYK 0.15 0 0.30 0.18
HSL 90.48º 0.4% 0.69% -
HSV(B) 90.48º 0.3% 0.82% -
XYZ 45.57 56.39 35.27 -
YUV 191.25 101.9 117.12 -
System Red Green Blue C M Y K H S L
Decimal 176 208 145 0.15 0 0.30 0.18 90.48 0.4 0.69
Hex B0 D0 91 F 0 1E 12 5A 28 45
Octal 260 320 221 17 0 36 22 132 50 105
Binary 10110000 11010000 10010001 1111 0 11110 10010 1011010 101000 1000101

Color Harmonies of #B0D091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D091

Black with #B0D091

Text Example


Text Example

White with #B0D091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D091; }

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

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

background-color css

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

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

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

border-color css

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

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

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