#BAFD8A

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

Shades of Sulu #BAFD8A

Tints of Sulu #BAFD8A

Color information

#BAFD8A (or 0xBAFD8A) is unknown color: approx Sulu. HEX triplet: BA, FD and 8A. RGB value is (186,253,138). Sum of RGB (Red+Green+Blue) = 186+253+138=577 (76% of max value = 765). Red value is 186 (73.05% from 255 or 32.24% from 577); Green value is 253 (99.22% from 255 or 43.85% from 577); Blue value is 138 (54.30% from 255 or 23.92% from 577); Max value from RGB is 253 - color contains mainly: green. Hex color #BAFD8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAFD8A is #450275. Grayscale: #DCDCDC. Windows color (decimal): -4522614 or 9108922. OLE color: 9108922.

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

Color convert

RGB186253138-
CMYK0.2600.450.01
HSL94.96º96.64%76.67%-
HSV(B)94.96º45.45%99.22%-
XYZ59.9682.5236.81-
YUV219.8681.8103.85-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.24%
GREEN value IS 253 (99.22% from 255) = 43.85%
BLUE value IS 138 (54.30% from 255) = 23.92%
R=32.24%
G=43.85%
B=23.92%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1862531380.2600.450.0194.9696.6476.67
HexBAFD8A1A02D15f614d
Octal272375212320551137141115
Binary1011101011111101100010101101001011011101111111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAFD8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAFD8A; }

 p { color: rgb(186,253,138); }

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

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

 a { background-color: rgb(186,253,138); }

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

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

 span { border-color: rgb(186,253,138); }

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