#BDD388

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

Shades of Caper #BDD388

Tints of Caper #BDD388

Color information

#BDD388 (or 0xBDD388) is unknown color: approx Caper. HEX triplet: BD, D3 and 88. RGB value is (189,211,136). Sum of RGB (Red+Green+Blue) = 189+211+136=536 (70% of max value = 765). Red value is 189 (74.22% from 255 or 35.26% from 536); Green value is 211 (82.81% from 255 or 39.37% from 536); Blue value is 136 (53.52% from 255 or 25.37% from 536); Max value from RGB is 211 - color contains mainly: green. Hex color #BDD388 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDD388 is #422C77. Grayscale: #C4C4C4. Windows color (decimal): -4336760 or 8967101. OLE color: 8967101.

HSL color Cylindrical-coordinate representation of color #BDD388: hue angle of 77.6º degrees, saturation: 0.46, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BDD388 is Cyan = 0.10, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.17.

Color convert

RGB189211136-
CMYK0.1000.360.17
HSL77.6º46.01%68.04%-
HSV(B)77.6º35.55%82.75%-
XYZ48.7259.1832.15-
YUV195.8794.21123.1-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 35.26%
GREEN value IS 211 (82.81% from 255) = 39.37%
BLUE value IS 136 (53.52% from 255) = 25.37%
R=35.26%
G=39.37%
B=25.37%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1892111360.1000.360.1777.646.0168.04
HexBDD388A024114e2e44
Octal275323210120442111656104
Binary101111011101001110001000101001001001000110011101011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD388; }

 p { color: rgb(189,211,136); }

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

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

 a { background-color: rgb(189,211,136); }

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

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

 span { border-color: rgb(189,211,136); }

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