#BACA98

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

Shades of Sprout #BACA98

Tints of Sprout #BACA98

Color information

#BACA98 (or 0xBACA98) is unknown color: approx Sprout. HEX triplet: BA, CA and 98. RGB value is (186,202,152). Sum of RGB (Red+Green+Blue) = 186+202+152=540 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.44% from 540); Green value is 202 (79.30% from 255 or 37.41% from 540); Blue value is 152 (59.77% from 255 or 28.15% from 540); Max value from RGB is 202 - color contains mainly: green. Hex color #BACA98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACA98 is #453567. Grayscale: #BFBFBF. Windows color (decimal): -4535656 or 10013370. OLE color: 10013370.

HSL color Cylindrical-coordinate representation of color #BACA98: hue angle of 79.2º degrees, saturation: 0.32, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BACA98 is Cyan = 0.08, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.21.

Color convert

RGB186202152-
CMYK0.0800.250.21
HSL79.2º32.05%69.41%-
HSV(B)79.2º24.75%79.22%-
XYZ47.0454.9537.83-
YUV191.52105.7124.07-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.44%
GREEN value IS 202 (79.30% from 255) = 37.41%
BLUE value IS 152 (59.77% from 255) = 28.15%
R=34.44%
G=37.41%
B=28.15%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1862021520.0800.250.2179.232.0569.41
HexBACA988019154f2045
Octal272312230100312511740105
Binary10111010110010101001100010000110011010110011111000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACA98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACA98; }

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

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

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

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

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

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

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

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