#BFD182

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

Shades of Deco #BFD182

Tints of Deco #BFD182

Color information

#BFD182 (or 0xBFD182) is unknown color: approx Deco. HEX triplet: BF, D1 and 82. RGB value is (191,209,130). Sum of RGB (Red+Green+Blue) = 191+209+130=530 (70% of max value = 765). Red value is 191 (75% from 255 or 36.04% from 530); Green value is 209 (82.03% from 255 or 39.43% from 530); Blue value is 130 (51.17% from 255 or 24.53% from 530); Max value from RGB is 209 - color contains mainly: green. Hex color #BFD182 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD182 is #402E7D. Grayscale: #C2C2C2. Windows color (decimal): -4206206 or 8573375. OLE color: 8573375.

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

Color convert

RGB191209130-
CMYK0.0900.380.18
HSL73.67º46.2%66.47%-
HSV(B)73.67º37.8%81.96%-
XYZ48.3258.2929.82-
YUV194.6191.54125.42-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.04%
GREEN value IS 209 (82.03% from 255) = 39.43%
BLUE value IS 130 (51.17% from 255) = 24.53%
R=36.04%
G=39.43%
B=24.53%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1912091300.0900.380.1873.6746.266.47
HexBFD1829026124a2e42
Octal277321202110462211256102
Binary101111111101000110000010100101001101001010010101011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD182; }

 p { color: rgb(191,209,130); }

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

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

 a { background-color: rgb(191,209,130); }

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

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

 span { border-color: rgb(191,209,130); }

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