#BAE675

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

Shades of Sulu #BAE675

Tints of Sulu #BAE675

Color information

#BAE675 (or 0xBAE675) is unknown color: approx Sulu. HEX triplet: BA, E6 and 75. RGB value is (186,230,117). Sum of RGB (Red+Green+Blue) = 186+230+117=533 (70% of max value = 765). Red value is 186 (73.05% from 255 or 34.90% from 533); Green value is 230 (90.23% from 255 or 43.15% from 533); Blue value is 117 (46.09% from 255 or 21.95% from 533); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE675 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE675 is #45198A. Grayscale: #CCCCCC. Windows color (decimal): -4528523 or 7726778. OLE color: 7726778.

HSL color Cylindrical-coordinate representation of color #BAE675: hue angle of 83.36º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #BAE675 is Cyan = 0.19, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.10.

Color convert

RGB186230117-
CMYK0.1900.490.10
HSL83.36º69.33%68.04%-
HSV(B)83.36º49.13%90.2%-
XYZ51.7668.3227.29-
YUV203.9678.92115.19-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.90%
GREEN value IS 230 (90.23% from 255) = 43.15%
BLUE value IS 117 (46.09% from 255) = 21.95%
R=34.90%
G=43.15%
B=21.95%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1862301170.1900.490.1083.3669.3368.04
HexBAE67513031A534544
Octal2723461652306112123105104
Binary101110101110011011101011001101100011010101001110001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE675; }

 p { color: rgb(186,230,117); }

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

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

 a { background-color: rgb(186,230,117); }

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

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

 span { border-color: rgb(186,230,117); }

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