#bfd07e

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

Shades of Deco #BFD07E

Tints of Deco #BFD07E

Color information

#BFD07E (or 0xBFD07E) is unknown color: approx Deco. HEX triplet: BF, D0 and 7E. RGB value is (191,208,126). Sum of RGB (Red+Green+Blue) = 191+208+126=525 (69% of max value = 765). Red value is 191 (75% from 255 or 36.38% from 525); Green value is 208 (81.64% from 255 or 39.62% from 525); Blue value is 126 (49.61% from 255 or 24% from 525); Max value from RGB is 208 - color contains mainly: green. Hex color #BFD07E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD07E is #402F81. Grayscale: #C1C1C1. Windows color (decimal): -4206466 or 8310975. OLE color: 8310975.

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

Color convert

RGB191208126-
CMYK0.0800.390.18
HSL72.44º46.59%65.49%-
HSV(B)72.44º39.42%81.57%-
XYZ47.8157.6928.36-
YUV193.5789.87126.17-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.38%
GREEN value IS 208 (81.64% from 255) = 39.62%
BLUE value IS 126 (49.61% from 255) = 24%
R=36.38%
G=39.62%
B=24%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1912081260.0800.390.1872.4446.5965.49
HexBFD07E802712482f41
Octal277320176100472211057101
Binary10111111110100001111110100001001111001010010001011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bfd07e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bfd07e; }

 p { color: rgb(191,208,126); }

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

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

 a { background-color: rgb(191,208,126); }

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

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

 span { border-color: rgb(191,208,126); }

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