Html Css Color HEX #B5D28F Sprout

📋 copy color: '#B5D28F'

red 181 ◦ green 210 ◦ blue 143

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

Shades of Sprout #B5D28F

Tints of Sprout #B5D28F

RGB

 RED value IS 181 (71.09% from 255) = 33.9%

 GREEN value IS 210 (82.42% from 255) = 39.33%

 BLUE value IS 143 (56.25% from 255) = 26.78%

R = 33.9%
G = 39.33%
B = 26.78%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.32

 K value IS 0.18

RGB Variations

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

Color information

#B5D28F (or 0xB5D28F) is known color: Sprout. HEX triplet: B5, D2 and 8F. RGB value is (181,210,143). Sum of RGB (Red+Green+Blue) = 181+210+143=534 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.90% from 534); Green value is 210 (82.42% from 255 or 39.33% from 534); Blue value is 143 (56.25% from 255 or 26.78% from 534); Max value from RGB is 210 - color contains mainly: green. Hex color #B5D28F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5D28F is #4A2D70. Grayscale: #C1C1C1. Windows color (decimal): -4861297 or 9425589. OLE color: 9425589.

HSL color Cylindrical-coordinate representation of color #B5D28F: hue angle of 85.97º degrees, saturation: 0.43, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B5D28F is Cyan = 0.14, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.18.

Color convert

RGB 181 210 143 -
CMYK 0.14 0 0.32 0.18
HSL 85.97º 0.43% 0.69% -
HSV(B) 85.97º 0.32% 0.82% -
XYZ 47.06 57.9 34.68 -
YUV 193.69 99.39 118.95 -
System Red Green Blue C M Y K H S L
Decimal 181 210 143 0.14 0 0.32 0.18 85.97 0.43 0.69
Hex B5 D2 8F E 0 20 12 56 2B 45
Octal 265 322 217 16 0 40 22 126 53 105
Binary 10110101 11010010 10001111 1110 0 100000 10010 1010110 101011 1000101

Color Harmonies of #B5D28F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5D28F

Black with #B5D28F

Text Example


Text Example

White with #B5D28F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5D28F; }

 p { color: rgb(181,210,143); }

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

background-color css

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

 a { background-color: rgb(181,210,143); }

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

border-color css

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

 span { border-color: rgb(181,210,143); }

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