#BCF591

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

Shades of Sulu #BCF591

Tints of Sulu #BCF591

Color information

#BCF591 (or 0xBCF591) is unknown color: approx Sulu. HEX triplet: BC, F5 and 91. RGB value is (188,245,145). Sum of RGB (Red+Green+Blue) = 188+245+145=578 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.53% from 578); Green value is 245 (96.09% from 255 or 42.39% from 578); Blue value is 145 (57.03% from 255 or 25.09% from 578); Max value from RGB is 245 - color contains mainly: green. Hex color #BCF591 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF591 is #430A6E. Grayscale: #D8D8D8. Windows color (decimal): -4393583 or 9565628. OLE color: 9565628.

HSL color Cylindrical-coordinate representation of color #BCF591: hue angle of 94.2º degrees, saturation: 0.83, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #BCF591 is Cyan = 0.23, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.04.

Color convert

RGB188245145-
CMYK0.2300.410.04
HSL94.2º83.33%76.47%-
HSV(B)94.2º40.82%96.08%-
XYZ58.578.0438.77-
YUV216.5687.62107.63-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.53%
GREEN value IS 245 (96.09% from 255) = 42.39%
BLUE value IS 145 (57.03% from 255) = 25.09%
R=32.53%
G=42.39%
B=25.09%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1882451450.2300.410.0494.283.3376.47
HexBCF5911702945e534c
Octal274365221270514136123114
Binary101111001111010110010001101110101001100101111010100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF591; }

 p { color: rgb(188,245,145); }

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

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

 a { background-color: rgb(188,245,145); }

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

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

 span { border-color: rgb(188,245,145); }

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