#B4C393

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

Shades of Sprout #B4C393

Tints of Sprout #B4C393

Color information

#B4C393 (or 0xB4C393) is unknown color: approx Sprout. HEX triplet: B4, C3 and 93. RGB value is (180,195,147). Sum of RGB (Red+Green+Blue) = 180+195+147=522 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.48% from 522); Green value is 195 (76.56% from 255 or 37.36% from 522); Blue value is 147 (57.81% from 255 or 28.16% from 522); Max value from RGB is 195 - color contains mainly: green. Hex color #B4C393 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C393 is #4B3C6C. Grayscale: #B9B9B9. Windows color (decimal): -4930669 or 9683892. OLE color: 9683892.

HSL color Cylindrical-coordinate representation of color #B4C393: hue angle of 78.75º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B4C393 is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB180195147-
CMYK0.0800.250.24
HSL78.75º28.57%67.06%-
HSV(B)78.75º24.62%76.47%-
XYZ43.650.8435.12-
YUV185.04106.53124.4-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.48%
GREEN value IS 195 (76.56% from 255) = 37.36%
BLUE value IS 147 (57.81% from 255) = 28.16%
R=34.48%
G=37.36%
B=28.16%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1801951470.0800.250.2478.7528.5767.06
HexB4C3938019184f1d43
Octal264303223100313011735103
Binary1011010011000011100100111000011001110001001111111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C393; }

 p { color: rgb(180,195,147); }

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

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

 a { background-color: rgb(180,195,147); }

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

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

 span { border-color: rgb(180,195,147); }

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