#BAEB83

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

Shades of Sulu #BAEB83

Tints of Sulu #BAEB83

Color information

#BAEB83 (or 0xBAEB83) is unknown color: approx Sulu. HEX triplet: BA, EB and 83. RGB value is (186,235,131). Sum of RGB (Red+Green+Blue) = 186+235+131=552 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.70% from 552); Green value is 235 (92.19% from 255 or 42.57% from 552); Blue value is 131 (51.56% from 255 or 23.73% from 552); Max value from RGB is 235 - color contains mainly: green. Hex color #BAEB83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEB83 is #45147C. Grayscale: #D0D0D0. Windows color (decimal): -4527229 or 8645562. OLE color: 8645562.

HSL color Cylindrical-coordinate representation of color #BAEB83: hue angle of 88.27º 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 #BAEB83 is Cyan = 0.21, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.08.

Color convert

RGB186235131-
CMYK0.2100.440.08
HSL88.27º72.22%71.76%-
HSV(B)88.27º44.26%92.16%-
XYZ54.0571.4932.42-
YUV208.4984.27111.96-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.70%
GREEN value IS 235 (92.19% from 255) = 42.57%
BLUE value IS 131 (51.56% from 255) = 23.73%
R=33.70%
G=42.57%
B=23.73%

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
Decimal1862351310.2100.440.0888.2772.2271.76
HexBAEB831502C8584848
Octal2723532032505410130110110
Binary1011101011101011100000111010101011001000101100010010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEB83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEB83; }

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

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

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

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

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

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

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

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