Html Css Color HEX #B5D28B Sprout

📋 copy color: '#B5D28B'

red 181 ◦ green 210 ◦ blue 139

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

Shades of Sprout #B5D28B

Tints of Sprout #B5D28B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 26.23%

R = 34.15%
G = 39.62%
B = 26.23%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.34

 K value IS 0.18

RGB Variations

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

Color information

#B5D28B (or 0xB5D28B) is known color: Sprout. HEX triplet: B5, D2 and 8B. RGB value is (181,210,139). Sum of RGB (Red+Green+Blue) = 181+210+139=530 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.15% from 530); Green value is 210 (82.42% from 255 or 39.62% from 530); Blue value is 139 (54.69% from 255 or 26.23% from 530); Max value from RGB is 210 - color contains mainly: green. Hex color #B5D28B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5D28B is #4A2D74. Grayscale: #C1C1C1. Windows color (decimal): -4861301 or 9163445. OLE color: 9163445.

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

Color convert

RGB 181 210 139 -
CMYK 0.14 0 0.34 0.18
HSL 84.51º 0.44% 0.68% -
HSV(B) 84.51º 0.34% 0.82% -
XYZ 46.76 57.78 33.11 -
YUV 193.24 97.39 119.27 -
System Red Green Blue C M Y K H S L
Decimal 181 210 139 0.14 0 0.34 0.18 84.51 0.44 0.68
Hex B5 D2 8B E 0 22 12 55 2C 44
Octal 265 322 213 16 0 42 22 125 54 104
Binary 10110101 11010010 10001011 1110 0 100010 10010 1010101 101100 1000100

Color Harmonies of #B5D28B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5D28B

Black with #B5D28B

Text Example


Text Example

White with #B5D28B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5D28B; }

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

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

background-color css

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

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

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

border-color css

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

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

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