#BACD7B

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

Shades of Caper #BACD7B

Tints of Caper #BACD7B

Color information

#BACD7B (or 0xBACD7B) is unknown color: approx Caper. HEX triplet: BA, CD and 7B. RGB value is (186,205,123). Sum of RGB (Red+Green+Blue) = 186+205+123=514 (68% of max value = 765). Red value is 186 (73.05% from 255 or 36.19% from 514); Green value is 205 (80.47% from 255 or 39.88% from 514); Blue value is 123 (48.44% from 255 or 23.93% from 514); Max value from RGB is 205 - color contains mainly: green. Hex color #BACD7B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BACD7B is #453284. Grayscale: #BEBEBE. Windows color (decimal): -4534917 or 8113594. OLE color: 8113594.

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

Color convert

RGB186205123-
CMYK0.0900.40.20
HSL73.9º45.05%64.31%-
HSV(B)73.9º40%80.39%-
XYZ45.6655.5327.05-
YUV189.9790.21125.17-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 36.19%
GREEN value IS 205 (80.47% from 255) = 39.88%
BLUE value IS 123 (48.44% from 255) = 23.93%
R=36.19%
G=39.88%
B=23.93%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.4
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1862051230.0900.40.2073.945.0564.31
HexBACD7B9028144a2d40
Octal272315173110502411255100
Binary10111010110011011111011100101010001010010010101011011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACD7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACD7B; }

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

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

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

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

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

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

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

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