#BAE671

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

Shades of Sulu #BAE671

Tints of Sulu #BAE671

Color information

#BAE671 (or 0xBAE671) is unknown color: approx Sulu. HEX triplet: BA, E6 and 71. RGB value is (186,230,113). Sum of RGB (Red+Green+Blue) = 186+230+113=529 (70% of max value = 765). Red value is 186 (73.05% from 255 or 35.16% from 529); Green value is 230 (90.23% from 255 or 43.48% from 529); Blue value is 113 (44.53% from 255 or 21.36% from 529); Max value from RGB is 230 - color contains mainly: green. Hex color #BAE671 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAE671 is #45198E. Grayscale: #CBCBCB. Windows color (decimal): -4528527 or 7464634. OLE color: 7464634.

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

Color convert

RGB186230113-
CMYK0.1900.510.10
HSL82.56º70.06%67.25%-
HSV(B)82.56º50.87%90.2%-
XYZ51.5368.2226.08-
YUV203.5176.92115.51-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.16%
GREEN value IS 230 (90.23% from 255) = 43.48%
BLUE value IS 113 (44.53% from 255) = 21.36%
R=35.16%
G=43.48%
B=21.36%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1862301130.1900.510.1082.5670.0667.25
HexBAE67113033A534643
Octal2723461612306312123106103
Binary101110101110011011100011001101100111010101001110001101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE671

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE671; }

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

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

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

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

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

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

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

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