#BAEB85

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

Shades of Sulu #BAEB85

Tints of Sulu #BAEB85

Color information

#BAEB85 (or 0xBAEB85) is unknown color: approx Sulu. HEX triplet: BA, EB and 85. RGB value is (186,235,133). Sum of RGB (Red+Green+Blue) = 186+235+133=554 (73% of max value = 765). Red value is 186 (73.05% from 255 or 33.57% from 554); Green value is 235 (92.19% from 255 or 42.42% from 554); Blue value is 133 (52.34% from 255 or 24.01% from 554); Max value from RGB is 235 - color contains mainly: green. Hex color #BAEB85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEB85 is #45147A. Grayscale: #D1D1D1. Windows color (decimal): -4527227 or 8776634. OLE color: 8776634.

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

Color convert

RGB186235133-
CMYK0.2100.430.08
HSL88.82º71.83%72.16%-
HSV(B)88.82º43.4%92.16%-
XYZ54.1971.5533.14-
YUV208.7285.27111.79-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.57%
GREEN value IS 235 (92.19% from 255) = 42.42%
BLUE value IS 133 (52.34% from 255) = 24.01%
R=33.57%
G=42.42%
B=24.01%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1862351330.2100.430.0888.8271.8372.16
HexBAEB851502B8594848
Octal2723532052505310131110110
Binary1011101011101011100001011010101010111000101100110010001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEB85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEB85; }

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

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

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

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

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

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

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

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