#BAEB92

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

Shades of Sulu #BAEB92

Tints of Sulu #BAEB92

Color information

#BAEB92 (or 0xBAEB92) is unknown color: approx Sulu. HEX triplet: BA, EB and 92. RGB value is (186,235,146). Sum of RGB (Red+Green+Blue) = 186+235+146=567 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.80% from 567); Green value is 235 (92.19% from 255 or 41.45% from 567); Blue value is 146 (57.42% from 255 or 25.75% from 567); Max value from RGB is 235 - color contains mainly: green. Hex color #BAEB92 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAEB92 is #45146D. Grayscale: #D2D2D2. Windows color (decimal): -4527214 or 9628602. OLE color: 9628602.

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

Color convert

RGB186235146-
CMYK0.2100.380.08
HSL93.03º68.99%74.71%-
HSV(B)93.03º37.87%92.16%-
XYZ55.1571.9338.17-
YUV210.291.77110.74-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.80%
GREEN value IS 235 (92.19% from 255) = 41.45%
BLUE value IS 146 (57.42% from 255) = 25.75%
R=32.80%
G=41.45%
B=25.75%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1862351460.2100.380.0893.0368.9974.71
HexBAEB921502685d454b
Octal2723532222504610135105113
Binary1011101011101011100100101010101001101000101110110001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEB92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEB92; }

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

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

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

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

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

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

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

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