#BFD388

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

Shades of Deco #BFD388

Tints of Deco #BFD388

Color information

#BFD388 (or 0xBFD388) is unknown color: approx Deco. HEX triplet: BF, D3 and 88. RGB value is (191,211,136). Sum of RGB (Red+Green+Blue) = 191+211+136=538 (71% of max value = 765). Red value is 191 (75% from 255 or 35.50% from 538); Green value is 211 (82.81% from 255 or 39.22% from 538); Blue value is 136 (53.52% from 255 or 25.28% from 538); Max value from RGB is 211 - color contains mainly: green. Hex color #BFD388 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD388 is #402C77. Grayscale: #C4C4C4. Windows color (decimal): -4205688 or 8967103. OLE color: 8967103.

HSL color Cylindrical-coordinate representation of color #BFD388: hue angle of 76º 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 #BFD388 is Cyan = 0.09, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.17.

Color convert

RGB191211136-
CMYK0.0900.360.17
HSL76º46.01%68.04%-
HSV(B)76º35.55%82.75%-
XYZ49.2259.4432.17-
YUV196.4793.87124.1-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 35.50%
GREEN value IS 211 (82.81% from 255) = 39.22%
BLUE value IS 136 (53.52% from 255) = 25.28%
R=35.50%
G=39.22%
B=25.28%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1912111360.0900.360.177646.0168.04
HexBFD3889024114c2e44
Octal277323210110442111456104
Binary101111111101001110001000100101001001000110011001011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD388; }

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

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

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

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

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

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

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

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