#BAEE6A

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

Shades of Sulu #BAEE6A

Tints of Sulu #BAEE6A

Color information

#BAEE6A (or 0xBAEE6A) is unknown color: approx Sulu. HEX triplet: BA, EE and 6A. RGB value is (186,238,106). Sum of RGB (Red+Green+Blue) = 186+238+106=530 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.09% from 530); Green value is 238 (93.36% from 255 or 44.91% from 530); Blue value is 106 (41.80% from 255 or 20% from 530); Max value from RGB is 238 - color contains mainly: green. Hex color #BAEE6A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAEE6A is #451195. Grayscale: #CFCFCF. Windows color (decimal): -4526486 or 7007930. OLE color: 7007930.

HSL color Cylindrical-coordinate representation of color #BAEE6A: hue angle of 83.64º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BAEE6A is Cyan = 0.22, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.07.

Color convert

RGB186238106-
CMYK0.2200.550.07
HSL83.64º79.52%67.45%-
HSV(B)83.64º55.46%93.33%-
XYZ53.4372.6324.84-
YUV207.470.77112.73-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.09%
GREEN value IS 238 (93.36% from 255) = 44.91%
BLUE value IS 106 (41.80% from 255) = 20%
R=35.09%
G=44.91%
B=20%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862381060.2200.550.0783.6479.5267.45
HexBAEE6A160377545043
Octal272356152260677124120103
Binary10111010111011101101010101100110111111101010010100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEE6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEE6A; }

 p { color: rgb(186,238,106); }

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

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

 a { background-color: rgb(186,238,106); }

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

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

 span { border-color: rgb(186,238,106); }

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