#BCF492

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

Shades of Sulu #BCF492

Tints of Sulu #BCF492

Color information

#BCF492 (or 0xBCF492) is unknown color: approx Sulu. HEX triplet: BC, F4 and 92. RGB value is (188,244,146). Sum of RGB (Red+Green+Blue) = 188+244+146=578 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.53% from 578); Green value is 244 (95.70% from 255 or 42.21% from 578); Blue value is 146 (57.42% from 255 or 25.26% from 578); Max value from RGB is 244 - color contains mainly: green. Hex color #BCF492 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCF492 is #430B6D. Grayscale: #D8D8D8. Windows color (decimal): -4393838 or 9630908. OLE color: 9630908.

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

Color convert

RGB188244146-
CMYK0.2300.400.04
HSL94.29º81.67%76.47%-
HSV(B)94.29º40.16%95.69%-
XYZ58.2877.4739.08-
YUV216.0888.45107.97-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.53%
GREEN value IS 244 (95.70% from 255) = 42.21%
BLUE value IS 146 (57.42% from 255) = 25.26%
R=32.53%
G=42.21%
B=25.26%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1882441460.2300.400.0494.2981.6776.47
HexBCF4921702845e524c
Octal274364222270504136122114
Binary101111001111010010010010101110101000100101111010100101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCF492

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCF492; }

 p { color: rgb(188,244,146); }

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

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

 a { background-color: rgb(188,244,146); }

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

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

 span { border-color: rgb(188,244,146); }

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