#BAEE67

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

Shades of Sulu #BAEE67

Tints of Sulu #BAEE67

Color information

#BAEE67 (or 0xBAEE67) is unknown color: approx Sulu. HEX triplet: BA, EE and 67. RGB value is (186,238,103). Sum of RGB (Red+Green+Blue) = 186+238+103=527 (69% of max value = 765). Red value is 186 (73.05% from 255 or 35.29% from 527); Green value is 238 (93.36% from 255 or 45.16% from 527); Blue value is 103 (40.62% from 255 or 19.54% from 527); Max value from RGB is 238 - color contains mainly: green. Hex color #BAEE67 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAEE67 is #451198. Grayscale: #CFCFCF. Windows color (decimal): -4526489 or 6811322. OLE color: 6811322.

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

Color convert

RGB186238103-
CMYK0.2200.570.07
HSL83.11º79.88%66.86%-
HSV(B)83.11º56.72%93.33%-
XYZ53.2772.5724.03-
YUV207.0669.27112.98-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.29%
GREEN value IS 238 (93.36% from 255) = 45.16%
BLUE value IS 103 (40.62% from 255) = 19.54%
R=35.29%
G=45.16%
B=19.54%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862381030.2200.570.0783.1179.8866.86
HexBAEE67160397535043
Octal272356147260717123120103
Binary10111010111011101100111101100111001111101001110100001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEE67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEE67; }

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

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

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

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

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

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

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

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