#B4CA8F

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

Shades of Sprout #B4CA8F

Tints of Sprout #B4CA8F

Color information

#B4CA8F (or 0xB4CA8F) is unknown color: approx Sprout. HEX triplet: B4, CA and 8F. RGB value is (180,202,143). Sum of RGB (Red+Green+Blue) = 180+202+143=525 (69% of max value = 765). Red value is 180 (70.70% from 255 or 34.29% from 525); Green value is 202 (79.30% from 255 or 38.48% from 525); Blue value is 143 (56.25% from 255 or 27.24% from 525); Max value from RGB is 202 - color contains mainly: green. Hex color #B4CA8F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B4CA8F is #4B3570. Grayscale: #BCBCBC. Windows color (decimal): -4928881 or 9423540. OLE color: 9423540.

HSL color Cylindrical-coordinate representation of color #B4CA8F: hue angle of 82.37º degrees, saturation: 0.36, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B4CA8F is Cyan = 0.11, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB180202143-
CMYK0.1100.290.21
HSL82.37º35.76%67.65%-
HSV(B)82.37º29.21%79.22%-
XYZ44.953.9334.03-
YUV188.7102.21121.8-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 34.29%
GREEN value IS 202 (79.30% from 255) = 38.48%
BLUE value IS 143 (56.25% from 255) = 27.24%
R=34.29%
G=38.48%
B=27.24%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1802021430.1100.290.2182.3735.7667.65
HexB4CA8FB01D15522444
Octal264312217130352512244104
Binary10110100110010101000111110110111011010110100101001001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4CA8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4CA8F; }

 p { color: rgb(180,202,143); }

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

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

 a { background-color: rgb(180,202,143); }

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

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

 span { border-color: rgb(180,202,143); }

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