Html Css Color HEX #B5C29B Sprout

📋 copy color: '#B5C29B'

red 181 ◦ green 194 ◦ blue 155

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

Shades of Sprout #B5C29B

Tints of Sprout #B5C29B

RGB

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

 GREEN value IS 194 (76.17% from 255) = 36.6%

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

R = 34.15%
G = 36.6%
B = 29.25%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.20

 K value IS 0.24

RGB Variations

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

Color information

#B5C29B (or 0xB5C29B) is known color: Sprout. HEX triplet: B5, C2 and 9B. RGB value is (181,194,155). Sum of RGB (Red+Green+Blue) = 181+194+155=530 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.15% from 530); Green value is 194 (76.17% from 255 or 36.60% from 530); Blue value is 155 (60.94% from 255 or 29.25% from 530); Max value from RGB is 194 - color contains mainly: green. Hex color #B5C29B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C29B is #4A3D64. Grayscale: #B9B9B9. Windows color (decimal): -4865381 or 10207925. OLE color: 10207925.

HSL color Cylindrical-coordinate representation of color #B5C29B: hue angle of 80º degrees, saturation: 0.24, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B5C29B is Cyan = 0.07, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.

Color convert

RGB 181 194 155 -
CMYK 0.07 0 0.20 0.24
HSL 80º 0.24% 0.68% -
HSV(B) 80º 0.2% 0.76% -
XYZ 44.26 50.77 38.48 -
YUV 185.67 110.69 124.67 -
System Red Green Blue C M Y K H S L
Decimal 181 194 155 0.07 0 0.20 0.24 80 0.24 0.68
Hex B5 C2 9B 7 0 14 18 50 18 44
Octal 265 302 233 7 0 24 30 120 30 104
Binary 10110101 11000010 10011011 111 0 10100 11000 1010000 11000 1000100

Color Harmonies of #B5C29B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B5C29B

Black with #B5C29B

Text Example


Text Example

White with #B5C29B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B5C29B; }

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

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

background-color css

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

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

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

border-color css

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

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

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