#bfe090

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

Shades of Sulu #BFE090

Tints of Sulu #BFE090

Color information

#BFE090 (or 0xBFE090) is unknown color: approx Sulu. HEX triplet: BF, E0 and 90. RGB value is (191,224,144). Sum of RGB (Red+Green+Blue) = 191+224+144=559 (74% of max value = 765). Red value is 191 (75% from 255 or 34.17% from 559); Green value is 224 (87.89% from 255 or 40.07% from 559); Blue value is 144 (56.64% from 255 or 25.76% from 559); Max value from RGB is 224 - color contains mainly: green. Hex color #BFE090 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFE090 is #401F6F. Grayscale: #CDCDCD. Windows color (decimal): -4202352 or 9494719. OLE color: 9494719.

HSL color Cylindrical-coordinate representation of color #BFE090: hue angle of 84.75º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BFE090 is Cyan = 0.15, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.12.

Color convert

RGB191224144-
CMYK0.1500.360.12
HSL84.75º56.34%72.16%-
HSV(B)84.75º35.71%87.84%-
XYZ53.1866.436.4-
YUV205.0193.57118-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 34.17%
GREEN value IS 224 (87.89% from 255) = 40.07%
BLUE value IS 144 (56.64% from 255) = 25.76%
R=34.17%
G=40.07%
B=25.76%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1912241440.1500.360.1284.7556.3472.16
HexBFE090F024C553848
Octal277340220170441412570110
Binary10111111111000001001000011110100100110010101011110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bfe090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bfe090; }

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

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

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

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

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

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

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

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