#BAC68B

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

Shades of Caper #BAC68B

Tints of Caper #BAC68B

Color information

#BAC68B (or 0xBAC68B) is unknown color: approx Caper. HEX triplet: BA, C6 and 8B. RGB value is (186,198,139). Sum of RGB (Red+Green+Blue) = 186+198+139=523 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.56% from 523); Green value is 198 (77.73% from 255 or 37.86% from 523); Blue value is 139 (54.69% from 255 or 26.58% from 523); Max value from RGB is 198 - color contains mainly: green. Hex color #BAC68B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BAC68B is #453974. Grayscale: #BBBBBB. Windows color (decimal): -4536693 or 9160378. OLE color: 9160378.

HSL color Cylindrical-coordinate representation of color #BAC68B: hue angle of 72.2º degrees, saturation: 0.34, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BAC68B is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.22.

Color convert

RGB186198139-
CMYK0.0600.300.22
HSL72.2º34.1%66.08%-
HSV(B)72.2º29.8%77.65%-
XYZ45.152.6932.22-
YUV187.69100.52126.8-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.56%
GREEN value IS 198 (77.73% from 255) = 37.86%
BLUE value IS 139 (54.69% from 255) = 26.58%
R=35.56%
G=37.86%
B=26.58%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1861981390.0600.300.2272.234.166.08
HexBAC68B601E16482242
Octal27230621360362611042102
Binary1011101011000110100010111100111101011010010001000101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAC68B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAC68B; }

 p { color: rgb(186,198,139); }

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

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

 a { background-color: rgb(186,198,139); }

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

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

 span { border-color: rgb(186,198,139); }

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