#BCD18A

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

Shades of Caper #BCD18A

Tints of Caper #BCD18A

Color information

#BCD18A (or 0xBCD18A) is unknown color: approx Caper. HEX triplet: BC, D1 and 8A. RGB value is (188,209,138). Sum of RGB (Red+Green+Blue) = 188+209+138=535 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.14% from 535); Green value is 209 (82.03% from 255 or 39.07% from 535); Blue value is 138 (54.30% from 255 or 25.79% from 535); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD18A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD18A is #432E75. Grayscale: #C2C2C2. Windows color (decimal): -4402806 or 9097660. OLE color: 9097660.

HSL color Cylindrical-coordinate representation of color #BCD18A: hue angle of 77.75º degrees, saturation: 0.44, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BCD18A is Cyan = 0.10, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.18.

Color convert

RGB188209138-
CMYK0.1000.340.18
HSL77.75º43.56%68.04%-
HSV(B)77.75º33.97%81.96%-
XYZ48.1358.1332.73-
YUV194.6396.04123.27-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.14%
GREEN value IS 209 (82.03% from 255) = 39.07%
BLUE value IS 138 (54.30% from 255) = 25.79%
R=35.14%
G=39.07%
B=25.79%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1882091380.1000.340.1877.7543.5668.04
HexBCD18AA022124e2c44
Octal274321212120422211654104
Binary101111001101000110001010101001000101001010011101011001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD18A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD18A; }

 p { color: rgb(188,209,138); }

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

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

 a { background-color: rgb(188,209,138); }

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

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

 span { border-color: rgb(188,209,138); }

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