#BAC88D

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

Shades of Caper #BAC88D

Tints of Caper #BAC88D

Color information

#BAC88D (or 0xBAC88D) is unknown color: approx Caper. HEX triplet: BA, C8 and 8D. RGB value is (186,200,141). Sum of RGB (Red+Green+Blue) = 186+200+141=527 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.29% from 527); Green value is 200 (78.52% from 255 or 37.95% from 527); Blue value is 141 (55.47% from 255 or 26.76% from 527); Max value from RGB is 200 - color contains mainly: green. Hex color #BAC88D is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC88D is #453772. Grayscale: #BDBDBD. Windows color (decimal): -4536179 or 9291962. OLE color: 9291962.

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

Color convert

RGB186200141-
CMYK0.0700.290.22
HSL74.24º34.91%66.86%-
HSV(B)74.24º29.5%78.43%-
XYZ45.7153.6733.15-
YUV189.09100.86125.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.29%
GREEN value IS 200 (78.52% from 255) = 37.95%
BLUE value IS 141 (55.47% from 255) = 26.76%
R=35.29%
G=37.95%
B=26.76%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1862001410.0700.290.2274.2434.9166.86
HexBAC88D701D164a2343
Octal27231021570352611243103
Binary1011101011001000100011011110111011011010010101000111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC88D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC88D; }

 p { color: rgb(186,200,141); }

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

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

 a { background-color: rgb(186,200,141); }

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

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

 span { border-color: rgb(186,200,141); }

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