#BFEA84

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

Shades of Sulu #BFEA84

Tints of Sulu #BFEA84

Color information

#BFEA84 (or 0xBFEA84) is unknown color: approx Sulu. HEX triplet: BF, EA and 84. RGB value is (191,234,132). Sum of RGB (Red+Green+Blue) = 191+234+132=557 (73% of max value = 765). Red value is 191 (75% from 255 or 34.29% from 557); Green value is 234 (91.80% from 255 or 42.01% from 557); Blue value is 132 (51.95% from 255 or 23.70% from 557); Max value from RGB is 234 - color contains mainly: green. Hex color #BFEA84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFEA84 is #40157B. Grayscale: #D1D1D1. Windows color (decimal): -4199804 or 8710847. OLE color: 8710847.

HSL color Cylindrical-coordinate representation of color #BFEA84: hue angle of 85.29º degrees, saturation: 0.71, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BFEA84 is Cyan = 0.18, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.08.

Color convert

RGB191234132-
CMYK0.1800.440.08
HSL85.29º70.83%71.76%-
HSV(B)85.29º43.59%91.76%-
XYZ55.0771.5932.74-
YUV209.5284.25114.79-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.29%
GREEN value IS 234 (91.80% from 255) = 42.01%
BLUE value IS 132 (51.95% from 255) = 23.70%
R=34.29%
G=42.01%
B=23.70%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1912341320.1800.440.0885.2970.8371.76
HexBFEA841202C8554748
Octal2773522042205410125107110
Binary1011111111101010100001001001001011001000101010110001111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEA84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEA84; }

 p { color: rgb(191,234,132); }

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

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

 a { background-color: rgb(191,234,132); }

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

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

 span { border-color: rgb(191,234,132); }

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