#BFD87A

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

Shades of Sulu #BFD87A

Tints of Sulu #BFD87A

Color information

#BFD87A (or 0xBFD87A) is unknown color: approx Sulu. HEX triplet: BF, D8 and 7A. RGB value is (191,216,122). Sum of RGB (Red+Green+Blue) = 191+216+122=529 (70% of max value = 765). Red value is 191 (75% from 255 or 36.11% from 529); Green value is 216 (84.77% from 255 or 40.83% from 529); Blue value is 122 (48.05% from 255 or 23.06% from 529); Max value from RGB is 216 - color contains mainly: green. Hex color #BFD87A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD87A is #402785. Grayscale: #C6C6C6. Windows color (decimal): -4204422 or 8050879. OLE color: 8050879.

HSL color Cylindrical-coordinate representation of color #BFD87A: hue angle of 75.96º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BFD87A is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB191216122-
CMYK0.1200.440.15
HSL75.96º54.65%66.27%-
HSV(B)75.96º43.52%84.71%-
XYZ49.5561.5927.69-
YUV197.8185.22123.14-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 36.11%
GREEN value IS 216 (84.77% from 255) = 40.83%
BLUE value IS 122 (48.05% from 255) = 23.06%
R=36.11%
G=40.83%
B=23.06%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1912161220.1200.440.1575.9654.6566.27
HexBFD87AC02CF4c3742
Octal277330172140541711467102
Binary1011111111011000111101011000101100111110011001101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFD87A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFD87A; }

 p { color: rgb(191,216,122); }

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

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

 a { background-color: rgb(191,216,122); }

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

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

 span { border-color: rgb(191,216,122); }

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