#BACF98

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

Shades of Sprout #BACF98

Tints of Sprout #BACF98

Color information

#BACF98 (or 0xBACF98) is unknown color: approx Sprout. HEX triplet: BA, CF and 98. RGB value is (186,207,152). Sum of RGB (Red+Green+Blue) = 186+207+152=545 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.13% from 545); Green value is 207 (81.25% from 255 or 37.98% from 545); Blue value is 152 (59.77% from 255 or 27.89% from 545); Max value from RGB is 207 - color contains mainly: green. Hex color #BACF98 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACF98 is #453067. Grayscale: #C2C2C2. Windows color (decimal): -4534376 or 10014650. OLE color: 10014650.

HSL color Cylindrical-coordinate representation of color #BACF98: hue angle of 82.91º degrees, saturation: 0.36, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BACF98 is Cyan = 0.10, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.19.

Color convert

RGB186207152-
CMYK0.1000.270.19
HSL82.91º36.42%70.39%-
HSV(B)82.91º26.57%81.18%-
XYZ48.2357.3338.23-
YUV194.45104.04121.97-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.13%
GREEN value IS 207 (81.25% from 255) = 37.98%
BLUE value IS 152 (59.77% from 255) = 27.89%
R=34.13%
G=37.98%
B=27.89%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1862071520.1000.270.1982.9136.4270.39
HexBACF98A01B13532446
Octal272317230120332312344106
Binary10111010110011111001100010100110111001110100111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACF98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACF98; }

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

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

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

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

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

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

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

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