#BAEB84

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

Shades of Sulu #BAEB84

Tints of Sulu #BAEB84

Color information

#BAEB84 (or 0xBAEB84) is unknown color: approx Sulu. HEX triplet: BA, EB and 84. RGB value is (186,235,132). Sum of RGB (Red+Green+Blue) = 186+235+132=553 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.63% from 553); Green value is 235 (92.19% from 255 or 42.50% from 553); Blue value is 132 (51.95% from 255 or 23.87% from 553); Max value from RGB is 235 - color contains mainly: green. Hex color #BAEB84 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEB84 is #45147B. Grayscale: #D0D0D0. Windows color (decimal): -4527228 or 8711098. OLE color: 8711098.

HSL color Cylindrical-coordinate representation of color #BAEB84: hue angle of 88.54º degrees, saturation: 0.72, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BAEB84 is Cyan = 0.21, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.08.

Color convert

RGB186235132-
CMYK0.2100.440.08
HSL88.54º72.03%71.96%-
HSV(B)88.54º43.83%92.16%-
XYZ54.1271.5232.78-
YUV208.6184.77111.88-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.63%
GREEN value IS 235 (92.19% from 255) = 42.50%
BLUE value IS 132 (51.95% from 255) = 23.87%
R=33.63%
G=42.50%
B=23.87%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1862351320.2100.440.0888.5472.0371.96
HexBAEB841502C8594848
Octal2723532042505410131110110
Binary1011101011101011100001001010101011001000101100110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEB84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEB84; }

 p { color: rgb(186,235,132); }

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

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

 a { background-color: rgb(186,235,132); }

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

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

 span { border-color: rgb(186,235,132); }

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