#B5C0A5

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

Shades of Sprout #B5C0A5

Tints of Sprout #B5C0A5

Color information

#B5C0A5 (or 0xB5C0A5) is unknown color: approx Sprout. HEX triplet: B5, C0 and A5. RGB value is (181,192,165). Sum of RGB (Red+Green+Blue) = 181+192+165=538 (71% of max value = 765). Red value is 181 (71.09% from 255 or 33.64% from 538); Green value is 192 (75.39% from 255 or 35.69% from 538); Blue value is 165 (64.84% from 255 or 30.67% from 538); Max value from RGB is 192 - color contains mainly: green. Hex color #B5C0A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B5C0A5 is #4A3F5A. Grayscale: #B9B9B9. Windows color (decimal): -4865883 or 10862773. OLE color: 10862773.

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

Color convert

RGB181192165-
CMYK0.0600.140.25
HSL84.44º17.65%70%-
HSV(B)84.44º14.06%75.29%-
XYZ44.750.2442.94-
YUV185.63116.36124.7-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 33.64%
GREEN value IS 192 (75.39% from 255) = 35.69%
BLUE value IS 165 (64.84% from 255) = 30.67%
R=33.64%
G=35.69%
B=30.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1811921650.0600.140.2584.4417.6570
HexB5C0A560E19541246
Octal26530024560163112422106
Binary10110101110000001010010111001110110011010100100101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5C0A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5C0A5; }

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

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

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

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

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

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

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

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