#BCD477

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

Shades of Caper #BCD477

Tints of Caper #BCD477

Color information

#BCD477 (or 0xBCD477) is unknown color: approx Caper. HEX triplet: BC, D4 and 77. RGB value is (188,212,119). Sum of RGB (Red+Green+Blue) = 188+212+119=519 (68% of max value = 765). Red value is 188 (73.83% from 255 or 36.22% from 519); Green value is 212 (83.20% from 255 or 40.85% from 519); Blue value is 119 (46.88% from 255 or 22.93% from 519); Max value from RGB is 212 - color contains mainly: green. Hex color #BCD477 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD477 is #432B88. Grayscale: #C2C2C2. Windows color (decimal): -4402057 or 7853244. OLE color: 7853244.

HSL color Cylindrical-coordinate representation of color #BCD477: hue angle of 75.48º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BCD477 is Cyan = 0.11, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.17.

Color convert

RGB188212119-
CMYK0.1100.440.17
HSL75.48º51.96%64.9%-
HSV(B)75.48º43.87%83.14%-
XYZ47.6159.1126.35-
YUV194.2285.55123.56-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.22%
GREEN value IS 212 (83.20% from 255) = 40.85%
BLUE value IS 119 (46.88% from 255) = 22.93%
R=36.22%
G=40.85%
B=22.93%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1882121190.1100.440.1775.4851.9664.9
HexBCD477B02C114b3441
Octal274324167130542111364101
Binary10111100110101001110111101101011001000110010111101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD477; }

 p { color: rgb(188,212,119); }

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

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

 a { background-color: rgb(188,212,119); }

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

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

 span { border-color: rgb(188,212,119); }

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