#BACA90

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

Shades of Sprout #BACA90

Tints of Sprout #BACA90

Color information

#BACA90 (or 0xBACA90) is unknown color: approx Sprout. HEX triplet: BA, CA and 90. RGB value is (186,202,144). Sum of RGB (Red+Green+Blue) = 186+202+144=532 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.96% from 532); Green value is 202 (79.30% from 255 or 37.97% from 532); Blue value is 144 (56.64% from 255 or 27.07% from 532); Max value from RGB is 202 - color contains mainly: green. Hex color #BACA90 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACA90 is #45356F. Grayscale: #BEBEBE. Windows color (decimal): -4535664 or 9489082. OLE color: 9489082.

HSL color Cylindrical-coordinate representation of color #BACA90: hue angle of 76.55º degrees, saturation: 0.35, 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 #BACA90 is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.21.

Color convert

RGB186202144-
CMYK0.0800.290.21
HSL76.55º35.37%67.84%-
HSV(B)76.55º28.71%79.22%-
XYZ46.454.6934.5-
YUV190.6101.7124.72-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.96%
GREEN value IS 202 (79.30% from 255) = 37.97%
BLUE value IS 144 (56.64% from 255) = 27.07%
R=34.96%
G=37.97%
B=27.07%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1862021440.0800.290.2176.5535.3767.84
HexBACA90801D154d2344
Octal272312220100352511543104
Binary10111010110010101001000010000111011010110011011000111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACA90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACA90; }

 p { color: rgb(186,202,144); }

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

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

 a { background-color: rgb(186,202,144); }

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

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

 span { border-color: rgb(186,202,144); }

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