Html Css Color HEX #B5D29B Sprout

📋 copy color: '#B5D29B'

red 181 ◦ green 210 ◦ blue 155

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

Shades of Sprout #B5D29B

Tints of Sprout #B5D29B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 28.39%

R = 33.15%
G = 38.46%
B = 28.39%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#B5D29B (or 0xB5D29B) is known color: Sprout. HEX triplet: B5, D2 and 9B. RGB value is (181,210,155). Sum of RGB (Red+Green+Blue) = 181+210+155=546 (72% of max value = 765). Red value is 181 (71.09% from 255 or 33.15% from 546); Green value is 210 (82.42% from 255 or 38.46% from 546); Blue value is 155 (60.94% from 255 or 28.39% from 546); Max value from RGB is 210 - color contains mainly: green. Hex color #B5D29B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5D29B is #4A2D64. Grayscale: #C3C3C3. Windows color (decimal): -4861285 or 10212021. OLE color: 10212021.

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

Color convert

RGB 181 210 155 -
CMYK 0.14 0 0.26 0.18
HSL 91.64º 0.38% 0.72% -
HSV(B) 91.64º 0.26% 0.82% -
XYZ 48.02 58.28 39.73 -
YUV 195.06 105.39 117.97 -
System Red Green Blue C M Y K H S L
Decimal 181 210 155 0.14 0 0.26 0.18 91.64 0.38 0.72
Hex B5 D2 9B E 0 1A 12 5C 26 48
Octal 265 322 233 16 0 32 22 134 46 110
Binary 10110101 11010010 10011011 1110 0 11010 10010 1011100 100110 1001000

Color Harmonies of #B5D29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5D29B

Black with #B5D29B

Text Example


Text Example

White with #B5D29B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5D29B; }

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

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

background-color css

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

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

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

border-color css

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

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

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