#B4C89A

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

Shades of Sprout #B4C89A

Tints of Sprout #B4C89A

Color information

#B4C89A (or 0xB4C89A) is unknown color: approx Sprout. HEX triplet: B4, C8 and 9A. RGB value is (180,200,154). Sum of RGB (Red+Green+Blue) = 180+200+154=534 (70% of max value = 765). Red value is 180 (70.70% from 255 or 33.71% from 534); Green value is 200 (78.52% from 255 or 37.45% from 534); Blue value is 154 (60.55% from 255 or 28.84% from 534); Max value from RGB is 200 - color contains mainly: green. Hex color #B4C89A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4C89A is #4B3765. Grayscale: #BCBCBC. Windows color (decimal): -4929382 or 10143924. OLE color: 10143924.

HSL color Cylindrical-coordinate representation of color #B4C89A: hue angle of 86.09º degrees, saturation: 0.29, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B4C89A is Cyan = 0.1, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.

Color convert

RGB180200154-
CMYK0.100.230.22
HSL86.09º29.49%69.41%-
HSV(B)86.09º23%78.43%-
XYZ45.3153.3438.48-
YUV188.78108.37121.74-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 33.71%
GREEN value IS 200 (78.52% from 255) = 37.45%
BLUE value IS 154 (60.55% from 255) = 28.84%
R=33.71%
G=37.45%
B=28.84%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1802001540.100.230.2286.0929.4969.41
HexB4C89AA01716561d45
Octal264310232120272612635105
Binary1011010011001000100110101010010111101101010110111011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4C89A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4C89A; }

 p { color: rgb(180,200,154); }

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

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

 a { background-color: rgb(180,200,154); }

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

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

 span { border-color: rgb(180,200,154); }

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