#BFE284

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

Shades of Sulu #BFE284

Tints of Sulu #BFE284

Color information

#BFE284 (or 0xBFE284) is unknown color: approx Sulu. HEX triplet: BF, E2 and 84. RGB value is (191,226,132). Sum of RGB (Red+Green+Blue) = 191+226+132=549 (72% of max value = 765). Red value is 191 (75% from 255 or 34.79% from 549); Green value is 226 (88.67% from 255 or 41.17% from 549); Blue value is 132 (51.95% from 255 or 24.04% from 549); Max value from RGB is 226 - color contains mainly: green. Hex color #BFE284 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFE284 is #401D7B. Grayscale: #CDCDCD. Windows color (decimal): -4201852 or 8708799. OLE color: 8708799.

HSL color Cylindrical-coordinate representation of color #BFE284: hue angle of 82.34º degrees, saturation: 0.62, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BFE284 is Cyan = 0.15, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.

Color convert

RGB191226132-
CMYK0.1500.420.11
HSL82.34º61.84%70.2%-
HSV(B)82.34º41.59%88.63%-
XYZ52.8567.1432-
YUV204.8286.9118.14-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.79%
GREEN value IS 226 (88.67% from 255) = 41.17%
BLUE value IS 132 (51.95% from 255) = 24.04%
R=34.79%
G=41.17%
B=24.04%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1912261320.1500.420.1182.3461.8470.2
HexBFE284F02AB523e46
Octal277342204170521312276106
Binary10111111111000101000010011110101010101110100101111101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE284; }

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

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

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

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

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

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

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

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