#BCD07A

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

Shades of Caper #BCD07A

Tints of Caper #BCD07A

Color information

#BCD07A (or 0xBCD07A) is unknown color: approx Caper. HEX triplet: BC, D0 and 7A. RGB value is (188,208,122). Sum of RGB (Red+Green+Blue) = 188+208+122=518 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.29% from 518); Green value is 208 (81.64% from 255 or 40.15% from 518); Blue value is 122 (48.05% from 255 or 23.55% from 518); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD07A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD07A is #432F85. Grayscale: #C0C0C0. Windows color (decimal): -4403078 or 8048828. OLE color: 8048828.

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

Color convert

RGB188208122-
CMYK0.1000.410.18
HSL73.95º47.78%64.71%-
HSV(B)73.95º41.35%81.57%-
XYZ46.8157.2126.99-
YUV192.2288.37124.99-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.29%
GREEN value IS 208 (81.64% from 255) = 40.15%
BLUE value IS 122 (48.05% from 255) = 23.55%
R=36.29%
G=40.15%
B=23.55%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1882081220.1000.410.1873.9547.7864.71
HexBCD07AA029124a3041
Octal274320172120512211260101
Binary10111100110100001111010101001010011001010010101100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD07A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD07A; }

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

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

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

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

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

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

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

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