#BDD07F

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

Shades of Caper #BDD07F

Tints of Caper #BDD07F

Color information

#BDD07F (or 0xBDD07F) is unknown color: approx Caper. HEX triplet: BD, D0 and 7F. RGB value is (189,208,127). Sum of RGB (Red+Green+Blue) = 189+208+127=524 (69% of max value = 765). Red value is 189 (74.22% from 255 or 36.07% from 524); Green value is 208 (81.64% from 255 or 39.69% from 524); Blue value is 127 (50% from 255 or 24.24% from 524); Max value from RGB is 208 - color contains mainly: green. Hex color #BDD07F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDD07F is #422F80. Grayscale: #C1C1C1. Windows color (decimal): -4337537 or 8376509. OLE color: 8376509.

HSL color Cylindrical-coordinate representation of color #BDD07F: hue angle of 74.07º degrees, saturation: 0.46, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BDD07F is Cyan = 0.09, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.18.

Color convert

RGB189208127-
CMYK0.0900.390.18
HSL74.07º46.29%65.69%-
HSV(B)74.07º38.94%81.57%-
XYZ47.3757.4628.67-
YUV193.0890.71125.09-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.07%
GREEN value IS 208 (81.64% from 255) = 39.69%
BLUE value IS 127 (50% from 255) = 24.24%
R=36.07%
G=39.69%
B=24.24%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1892081270.0900.390.1874.0746.2965.69
HexBDD07F9027124a2e42
Octal275320177110472211256102
Binary10111101110100001111111100101001111001010010101011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDD07F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDD07F; }

 p { color: rgb(189,208,127); }

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

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

 a { background-color: rgb(189,208,127); }

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

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

 span { border-color: rgb(189,208,127); }

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