#BACB7B

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

Shades of Caper #BACB7B

Tints of Caper #BACB7B

Color information

#BACB7B (or 0xBACB7B) is unknown color: approx Caper. HEX triplet: BA, CB and 7B. RGB value is (186,203,123). Sum of RGB (Red+Green+Blue) = 186+203+123=512 (67% of max value = 765). Red value is 186 (73.05% from 255 or 36.33% from 512); Green value is 203 (79.69% from 255 or 39.65% from 512); Blue value is 123 (48.44% from 255 or 24.02% from 512); Max value from RGB is 203 - color contains mainly: green. Hex color #BACB7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACB7B is #453484. Grayscale: #BDBDBD. Windows color (decimal): -4535429 or 8113082. OLE color: 8113082.

HSL color Cylindrical-coordinate representation of color #BACB7B: hue angle of 72.75º degrees, saturation: 0.43, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BACB7B is Cyan = 0.08, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.20.

Color convert

RGB186203123-
CMYK0.0800.390.20
HSL72.75º43.48%63.92%-
HSV(B)72.75º39.41%79.61%-
XYZ45.1854.5826.89-
YUV188.890.87126-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.33%
GREEN value IS 203 (79.69% from 255) = 39.65%
BLUE value IS 123 (48.44% from 255) = 24.02%
R=36.33%
G=39.65%
B=24.02%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1862031230.0800.390.2072.7543.4863.92
HexBACB7B802714492b40
Octal272313173100472411153100
Binary10111010110010111111011100001001111010010010011010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACB7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACB7B; }

 p { color: rgb(186,203,123); }

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

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

 a { background-color: rgb(186,203,123); }

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

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

 span { border-color: rgb(186,203,123); }

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