#BACD8A

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

Shades of Caper #BACD8A

Tints of Caper #BACD8A

Color information

#BACD8A (or 0xBACD8A) is unknown color: approx Caper. HEX triplet: BA, CD and 8A. RGB value is (186,205,138). Sum of RGB (Red+Green+Blue) = 186+205+138=529 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.16% from 529); Green value is 205 (80.47% from 255 or 38.75% from 529); Blue value is 138 (54.30% from 255 or 26.09% from 529); Max value from RGB is 205 - color contains mainly: green. Hex color #BACD8A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BACD8A is #453275. Grayscale: #BFBFBF. Windows color (decimal): -4534902 or 9096634. OLE color: 9096634.

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

Color convert

RGB186205138-
CMYK0.0900.330.20
HSL77.01º40.12%67.25%-
HSV(B)77.01º32.68%80.39%-
XYZ46.6755.9432.38-
YUV191.6897.71123.95-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.16%
GREEN value IS 205 (80.47% from 255) = 38.75%
BLUE value IS 138 (54.30% from 255) = 26.09%
R=35.16%
G=38.75%
B=26.09%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1862051380.0900.330.2077.0140.1267.25
HexBACD8A9021144d2843
Octal272315212110412411550103
Binary101110101100110110001010100101000011010010011011010001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BACD8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BACD8A; }

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

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

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

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

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

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

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

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