#BAEC92

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

Shades of Sulu #BAEC92

Tints of Sulu #BAEC92

Color information

#BAEC92 (or 0xBAEC92) is unknown color: approx Sulu. HEX triplet: BA, EC and 92. RGB value is (186,236,146). Sum of RGB (Red+Green+Blue) = 186+236+146=568 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.75% from 568); Green value is 236 (92.58% from 255 or 41.55% from 568); Blue value is 146 (57.42% from 255 or 25.70% from 568); Max value from RGB is 236 - color contains mainly: green. Hex color #BAEC92 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEC92 is #45136D. Grayscale: #D3D3D3. Windows color (decimal): -4526958 or 9628858. OLE color: 9628858.

HSL color Cylindrical-coordinate representation of color #BAEC92: hue angle of 93.33º degrees, saturation: 0.7, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BAEC92 is Cyan = 0.21, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB186236146-
CMYK0.2100.380.07
HSL93.33º70.31%74.9%-
HSV(B)93.33º38.14%92.55%-
XYZ55.4372.5138.27-
YUV210.7991.44110.32-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.75%
GREEN value IS 236 (92.58% from 255) = 41.55%
BLUE value IS 146 (57.42% from 255) = 25.70%
R=32.75%
G=41.55%
B=25.70%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862361460.2100.380.0793.3370.3174.9
HexBAEC921502675d464b
Octal272354222250467135106113
Binary101110101110110010010010101010100110111101110110001101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEC92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEC92; }

 p { color: rgb(186,236,146); }

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

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

 a { background-color: rgb(186,236,146); }

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

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

 span { border-color: rgb(186,236,146); }

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