#B0C09A

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

Shades of Sprout #B0C09A

Tints of Sprout #B0C09A

Color information

#B0C09A (or 0xB0C09A) is unknown color: approx Sprout. HEX triplet: B0, C0 and 9A. RGB value is (176,192,154). Sum of RGB (Red+Green+Blue) = 176+192+154=522 (69% of max value = 765). Red value is 176 (69.14% from 255 or 33.72% from 522); Green value is 192 (75.39% from 255 or 36.78% from 522); Blue value is 154 (60.55% from 255 or 29.50% from 522); Max value from RGB is 192 - color contains mainly: green. Hex color #B0C09A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0C09A is #4F3F65. Grayscale: #B7B7B7. Windows color (decimal): -5193574 or 10141872. OLE color: 10141872.

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

Color convert

RGB176192154-
CMYK0.0800.200.25
HSL85.26º23.17%67.84%-
HSV(B)85.26º19.79%75.29%-
XYZ42.5949.2637.84-
YUV182.88111.7123.09-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 33.72%
GREEN value IS 192 (75.39% from 255) = 36.78%
BLUE value IS 154 (60.55% from 255) = 29.50%
R=33.72%
G=36.78%
B=29.50%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1761921540.0800.200.2585.2623.1767.84
HexB0C09A801419551744
Octal260300232100243112527104
Binary1011000011000000100110101000010100110011010101101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0C09A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0C09A; }

 p { color: rgb(176,192,154); }

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

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

 a { background-color: rgb(176,192,154); }

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

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

 span { border-color: rgb(176,192,154); }

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