#BAFC7B

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

Shades of Sulu #BAFC7B

Tints of Sulu #BAFC7B

Color information

#BAFC7B (or 0xBAFC7B) is unknown color: approx Sulu. HEX triplet: BA, FC and 7B. RGB value is (186,252,123). Sum of RGB (Red+Green+Blue) = 186+252+123=561 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.16% from 561); Green value is 252 (98.83% from 255 or 44.92% from 561); Blue value is 123 (48.44% from 255 or 21.93% from 561); Max value from RGB is 252 - color contains mainly: green. Hex color #BAFC7B is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAFC7B is #450384. Grayscale: #DADADA. Windows color (decimal): -4522885 or 8125626. OLE color: 8125626.

HSL color Cylindrical-coordinate representation of color #BAFC7B: hue angle of 90.7º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BAFC7B is Cyan = 0.26, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.

Color convert

RGB186252123-
CMYK0.2600.510.01
HSL90.7º95.56%73.53%-
HSV(B)90.7º51.19%98.82%-
XYZ58.6481.4931.38-
YUV217.5674.63105.49-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.16%
GREEN value IS 252 (98.83% from 255) = 44.92%
BLUE value IS 123 (48.44% from 255) = 21.93%
R=33.16%
G=44.92%
B=21.93%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1862521230.2600.510.0190.795.5673.53
HexBAFC7B1A03315b604a
Octal272374173320631133140112
Binary101110101111110011110111101001100111101101111000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFC7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFC7B; }

 p { color: rgb(186,252,123); }

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

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

 a { background-color: rgb(186,252,123); }

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

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

 span { border-color: rgb(186,252,123); }

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