#BAED92

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

Shades of Sulu #BAED92

Tints of Sulu #BAED92

Color information

#BAED92 (or 0xBAED92) is unknown color: approx Sulu. HEX triplet: BA, ED and 92. RGB value is (186,237,146). Sum of RGB (Red+Green+Blue) = 186+237+146=569 (75% of max value = 765). Red value is 186 (73.05% from 255 or 32.69% from 569); Green value is 237 (92.97% from 255 or 41.65% from 569); Blue value is 146 (57.42% from 255 or 25.66% from 569); Max value from RGB is 237 - color contains mainly: green. Hex color #BAED92 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAED92 is #45126D. Grayscale: #D3D3D3. Windows color (decimal): -4526702 or 9629114. OLE color: 9629114.

HSL color Cylindrical-coordinate representation of color #BAED92: hue angle of 93.63º degrees, saturation: 0.72, 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 #BAED92 is Cyan = 0.22, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.07.

Color convert

RGB186237146-
CMYK0.2200.380.07
HSL93.63º71.65%75.1%-
HSV(B)93.63º38.4%92.94%-
XYZ55.7273.0838.36-
YUV211.3891.1109.9-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 32.69%
GREEN value IS 237 (92.97% from 255) = 41.65%
BLUE value IS 146 (57.42% from 255) = 25.66%
R=32.69%
G=41.65%
B=25.66%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862371460.2200.380.0793.6371.6575.1
HexBAED921602675e484b
Octal272355222260467136110113
Binary101110101110110110010010101100100110111101111010010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAED92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAED92; }

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

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

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

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

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

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

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

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