Html Css Color HEX #B0D192 Sprout

📋 copy color: '#B0D192'

red 176 ◦ green 209 ◦ blue 146

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

Shades of Sprout #B0D192

Tints of Sprout #B0D192

RGB

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

 GREEN value IS 209 (82.03% from 255) = 39.36%

 BLUE value IS 146 (57.42% from 255) = 27.5%

R = 33.15%
G = 39.36%
B = 27.5%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.30

 K value IS 0.18

RGB Variations

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

Color information

#B0D192 (or 0xB0D192) is known color: Sprout. HEX triplet: B0, D1 and 92. RGB value is (176,209,146). Sum of RGB (Red+Green+Blue) = 176+209+146=531 (70% of max value = 765). Red value is 176 (69.14% from 255 or 33.15% from 531); Green value is 209 (82.03% from 255 or 39.36% from 531); Blue value is 146 (57.42% from 255 or 27.50% from 531); Max value from RGB is 209 - color contains mainly: green. Hex color #B0D192 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0D192 is #4F2E6D. Grayscale: #C0C0C0. Windows color (decimal): -5189230 or 9621936. OLE color: 9621936.

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

Color convert

RGB 176 209 146 -
CMYK 0.16 0 0.30 0.18
HSL 91.43º 0.41% 0.7% -
HSV(B) 91.43º 0.3% 0.82% -
XYZ 45.89 56.91 35.76 -
YUV 191.95 102.07 116.62 -
System Red Green Blue C M Y K H S L
Decimal 176 209 146 0.16 0 0.30 0.18 91.43 0.41 0.7
Hex B0 D1 92 10 0 1E 12 5B 29 46
Octal 260 321 222 20 0 36 22 133 51 106
Binary 10110000 11010001 10010010 10000 0 11110 10010 1011011 101001 1000110

Color Harmonies of #B0D192

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0D192

Black with #B0D192

Text Example


Text Example

White with #B0D192

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0D192; }

 p { color: rgb(176,209,146); }

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

background-color css

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

 a { background-color: rgb(176,209,146); }

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

border-color css

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

 span { border-color: rgb(176,209,146); }

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