Html Css Color HEX #B9D29B Sprout

📋 copy color: '#B9D29B'

red 185 ◦ green 210 ◦ blue 155

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

Shades of Sprout #B9D29B

Tints of Sprout #B9D29B

RGB

 RED value IS 185 (72.66% from 255) = 33.64%

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

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

R = 33.64%
G = 38.18%
B = 28.18%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.26

 K value IS 0.18

RGB Variations

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

Color information

#B9D29B (or 0xB9D29B) is known color: Sprout. HEX triplet: B9, D2 and 9B. RGB value is (185,210,155). Sum of RGB (Red+Green+Blue) = 185+210+155=550 (72% of max value = 765). Red value is 185 (72.66% from 255 or 33.64% from 550); Green value is 210 (82.42% from 255 or 38.18% from 550); Blue value is 155 (60.94% from 255 or 28.18% from 550); Max value from RGB is 210 - color contains mainly: green. Hex color #B9D29B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B9D29B is #462D64. Grayscale: #C4C4C4. Windows color (decimal): -4599141 or 10212025. OLE color: 10212025.

HSL color Cylindrical-coordinate representation of color #B9D29B: hue angle of 87.27º 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 #B9D29B is Cyan = 0.12, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB 185 210 155 -
CMYK 0.12 0 0.26 0.18
HSL 87.27º 0.38% 0.72% -
HSV(B) 87.27º 0.26% 0.82% -
XYZ 48.97 58.77 39.77 -
YUV 196.26 104.72 119.97 -
System Red Green Blue C M Y K H S L
Decimal 185 210 155 0.12 0 0.26 0.18 87.27 0.38 0.72
Hex B9 D2 9B C 0 1A 12 57 26 48
Octal 271 322 233 14 0 32 22 127 46 110
Binary 10111001 11010010 10011011 1100 0 11010 10010 1010111 100110 1001000

Color Harmonies of #B9D29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B9D29B

Black with #B9D29B

Text Example


Text Example

White with #B9D29B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B9D29B; }

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

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

background-color css

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

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

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

border-color css

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

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

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