#BFEB90

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

Shades of Sulu #BFEB90

Tints of Sulu #BFEB90

Color information

#BFEB90 (or 0xBFEB90) is unknown color: approx Sulu. HEX triplet: BF, EB and 90. RGB value is (191,235,144). Sum of RGB (Red+Green+Blue) = 191+235+144=570 (75% of max value = 765). Red value is 191 (75% from 255 or 33.51% from 570); Green value is 235 (92.19% from 255 or 41.23% from 570); Blue value is 144 (56.64% from 255 or 25.26% from 570); Max value from RGB is 235 - color contains mainly: green. Hex color #BFEB90 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BFEB90 is #40146F. Grayscale: #D3D3D3. Windows color (decimal): -4199536 or 9497535. OLE color: 9497535.

HSL color Cylindrical-coordinate representation of color #BFEB90: hue angle of 89.01º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BFEB90 is Cyan = 0.19, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.08.

Color convert

RGB191235144-
CMYK0.1900.390.08
HSL89.01º69.47%74.31%-
HSV(B)89.01º38.72%92.16%-
XYZ56.2372.5137.42-
YUV211.4789.92113.4-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 33.51%
GREEN value IS 235 (92.19% from 255) = 41.23%
BLUE value IS 144 (56.64% from 255) = 25.26%
R=33.51%
G=41.23%
B=25.26%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1912351440.1900.390.0889.0169.4774.31
HexBFEB9013027859454a
Octal2773532202304710131105112
Binary1011111111101011100100001001101001111000101100110001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFEB90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFEB90; }

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

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

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

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

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

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

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

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