#BCFA84

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

Shades of Sulu #BCFA84

Tints of Sulu #BCFA84

Color information

#BCFA84 (or 0xBCFA84) is unknown color: approx Sulu. HEX triplet: BC, FA and 84. RGB value is (188,250,132). Sum of RGB (Red+Green+Blue) = 188+250+132=570 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.98% from 570); Green value is 250 (98.05% from 255 or 43.86% from 570); Blue value is 132 (51.95% from 255 or 23.16% from 570); Max value from RGB is 250 - color contains mainly: green. Hex color #BCFA84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BCFA84 is #43057B. Grayscale: #DADADA. Windows color (decimal): -4392316 or 8714940. OLE color: 8714940.

HSL color Cylindrical-coordinate representation of color #BCFA84: hue angle of 91.53º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #BCFA84 is Cyan = 0.25, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.

Color convert

RGB188250132-
CMYK0.2500.470.02
HSL91.53º92.19%74.9%-
HSV(B)91.53º47.2%98.04%-
XYZ59.0980.7334.3-
YUV218.0179.46106.59-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.98%
GREEN value IS 250 (98.05% from 255) = 43.86%
BLUE value IS 132 (51.95% from 255) = 23.16%
R=32.98%
G=43.86%
B=23.16%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1882501320.2500.470.0291.5392.1974.9
HexBCFA841902F25c5c4b
Octal274372204310572134134113
Binary10111100111110101000010011001010111110101110010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCFA84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCFA84; }

 p { color: rgb(188,250,132); }

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

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

 a { background-color: rgb(188,250,132); }

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

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

 span { border-color: rgb(188,250,132); }

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