#B5C09B

Color #B5C09B Sprout (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sprout #B5C09B

Tints of Sprout #B5C09B

Color information

#B5C09B (or 0xB5C09B) is unknown color: approx Sprout. HEX triplet: B5, C0 and 9B. RGB value is (181,192,155). Sum of RGB (Red+Green+Blue) = 181+192+155=528 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.28% from 528); Green value is 192 (75.39% from 255 or 36.36% from 528); Blue value is 155 (60.94% from 255 or 29.36% from 528); Max value from RGB is 192 - color contains mainly: green. Hex color #B5C09B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C09B is #4A3F64. Grayscale: #B8B8B8. Windows color (decimal): -4865893 or 10207413. OLE color: 10207413.

HSL color Cylindrical-coordinate representation of color #B5C09B: hue angle of 77.84º degrees, saturation: 0.23, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B5C09B is Cyan = 0.06, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.

Color convert

RGB181192155-
CMYK0.0600.190.25
HSL77.84º22.7%68.04%-
HSV(B)77.84º19.27%75.29%-
XYZ43.8249.8938.33-
YUV184.49111.36125.51-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.28%
GREEN value IS 192 (75.39% from 255) = 36.36%
BLUE value IS 155 (60.94% from 255) = 29.36%
R=34.28%
G=36.36%
B=29.36%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1811921550.0600.190.2577.8422.768.04
HexB5C09B6013194e1744
Octal26530023360233111627104
Binary101101011100000010011011110010011110011001110101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C09B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C09B; }

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

 H1.HeaderClassName
 {
   color: #B5C09B;
 }
 .AnyTagClassName
 {
   color: #B5C09B;
 }
</style>
background-color css

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

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

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

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

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

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