#BFE290

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

Shades of Sulu #BFE290

Tints of Sulu #BFE290

Color information

#BFE290 (or 0xBFE290) is unknown color: approx Sulu. HEX triplet: BF, E2 and 90. RGB value is (191,226,144). Sum of RGB (Red+Green+Blue) = 191+226+144=561 (74% of max value = 765). Red value is 191 (75% from 255 or 34.05% from 561); Green value is 226 (88.67% from 255 or 40.29% from 561); Blue value is 144 (56.64% from 255 or 25.67% from 561); Max value from RGB is 226 - color contains mainly: green. Hex color #BFE290 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFE290 is #401D6F. Grayscale: #CECECE. Windows color (decimal): -4201840 or 9495231. OLE color: 9495231.

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

Color convert

RGB191226144-
CMYK0.1500.360.11
HSL85.61º58.57%72.55%-
HSV(B)85.61º36.28%88.63%-
XYZ53.7267.4836.58-
YUV206.1992.9117.17-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.05%
GREEN value IS 226 (88.67% from 255) = 40.29%
BLUE value IS 144 (56.64% from 255) = 25.67%
R=34.05%
G=40.29%
B=25.67%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1912261440.1500.360.1185.6158.5772.55
HexBFE290F024B563b49
Octal277342220170441312673111
Binary10111111111000101001000011110100100101110101101110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFE290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFE290; }

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

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

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

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

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

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

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

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