#BCD17A

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

Shades of Caper #BCD17A

Tints of Caper #BCD17A

Color information

#BCD17A (or 0xBCD17A) is unknown color: approx Caper. HEX triplet: BC, D1 and 7A. RGB value is (188,209,122). Sum of RGB (Red+Green+Blue) = 188+209+122=519 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.22% from 519); Green value is 209 (82.03% from 255 or 40.27% from 519); Blue value is 122 (48.05% from 255 or 23.51% from 519); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD17A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD17A is #432E85. Grayscale: #C1C1C1. Windows color (decimal): -4402822 or 8049084. OLE color: 8049084.

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

Color convert

RGB188209122-
CMYK0.1000.420.18
HSL74.48º48.6%64.9%-
HSV(B)74.48º41.63%81.96%-
XYZ47.0557.727.07-
YUV192.888.04124.57-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.22%
GREEN value IS 209 (82.03% from 255) = 40.27%
BLUE value IS 122 (48.05% from 255) = 23.51%
R=36.22%
G=40.27%
B=23.51%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1882091220.1000.420.1874.4848.664.9
HexBCD17AA02A124a3141
Octal274321172120522211261101
Binary10111100110100011111010101001010101001010010101100011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD17A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD17A; }

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

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

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

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

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

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

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

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