#BCD483

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

Shades of Caper #BCD483

Tints of Caper #BCD483

Color information

#BCD483 (or 0xBCD483) is unknown color: approx Caper. HEX triplet: BC, D4 and 83. RGB value is (188,212,131). Sum of RGB (Red+Green+Blue) = 188+212+131=531 (70% of max value = 765). Red value is 188 (73.83% from 255 or 35.40% from 531); Green value is 212 (83.20% from 255 or 39.92% from 531); Blue value is 131 (51.56% from 255 or 24.67% from 531); Max value from RGB is 212 - color contains mainly: green. Hex color #BCD483 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BCD483 is #432B7C. Grayscale: #C3C3C3. Windows color (decimal): -4402045 or 8639676. OLE color: 8639676.

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

Color convert

RGB188212131-
CMYK0.1100.380.17
HSL77.78º48.5%67.25%-
HSV(B)77.78º38.21%83.14%-
XYZ48.3859.4230.39-
YUV195.5991.55122.59-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 35.40%
GREEN value IS 212 (83.20% from 255) = 39.92%
BLUE value IS 131 (51.56% from 255) = 24.67%
R=35.40%
G=39.92%
B=24.67%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1882121310.1100.380.1777.7848.567.25
HexBCD483B026114e3143
Octal274324203130462111661103
Binary101111001101010010000011101101001101000110011101100011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD483; }

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

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

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

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

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

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

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

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