#BFE28A

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

Shades of Sulu #BFE28A

Tints of Sulu #BFE28A

Color information

#BFE28A (or 0xBFE28A) is unknown color: approx Sulu. HEX triplet: BF, E2 and 8A. RGB value is (191,226,138). Sum of RGB (Red+Green+Blue) = 191+226+138=555 (73% of max value = 765). Red value is 191 (75% from 255 or 34.41% from 555); Green value is 226 (88.67% from 255 or 40.72% from 555); Blue value is 138 (54.30% from 255 or 24.86% from 555); Max value from RGB is 226 - color contains mainly: green. Hex color #BFE28A is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFE28A is #401D75. Grayscale: #CDCDCD. Windows color (decimal): -4201846 or 9102015. OLE color: 9102015.

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

Color convert

RGB191226138-
CMYK0.1500.390.11
HSL83.86º60.27%71.37%-
HSV(B)83.86º38.94%88.63%-
XYZ53.2767.334.23-
YUV205.589.9117.66-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.41%
GREEN value IS 226 (88.67% from 255) = 40.72%
BLUE value IS 138 (54.30% from 255) = 24.86%
R=34.41%
G=40.72%
B=24.86%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1912261380.1500.390.1183.8660.2771.37
HexBFE28AF027B543c47
Octal277342212170471312474107
Binary10111111111000101000101011110100111101110101001111001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE28A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE28A; }

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

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

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

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

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

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

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

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