#BAE06B

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

Shades of Sulu #BAE06B

Tints of Sulu #BAE06B

Color information

#BAE06B (or 0xBAE06B) is unknown color: approx Sulu. HEX triplet: BA, E0 and 6B. RGB value is (186,224,107). Sum of RGB (Red+Green+Blue) = 186+224+107=517 (68% of max value = 765). Red value is 186 (73.05% from 255 or 35.98% from 517); Green value is 224 (87.89% from 255 or 43.33% from 517); Blue value is 107 (42.19% from 255 or 20.70% from 517); Max value from RGB is 224 - color contains mainly: green. Hex color #BAE06B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BAE06B is #451F94. Grayscale: #C7C7C7. Windows color (decimal): -4530069 or 7069882. OLE color: 7069882.

HSL color Cylindrical-coordinate representation of color #BAE06B: hue angle of 79.49º degrees, saturation: 0.65, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #BAE06B is Cyan = 0.17, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB186224107-
CMYK0.1700.520.12
HSL79.49º65.36%64.9%-
HSV(B)79.49º52.23%87.84%-
XYZ49.5664.8123.81-
YUV199.375.91118.51-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 35.98%
GREEN value IS 224 (87.89% from 255) = 43.33%
BLUE value IS 107 (42.19% from 255) = 20.70%
R=35.98%
G=43.33%
B=20.70%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1862241070.1700.520.1279.4965.3664.9
HexBAE06B11034C4f4141
Octal2723401532106414117101101
Binary101110101110000011010111000101101001100100111110000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAE06B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAE06B; }

 p { color: rgb(186,224,107); }

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

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

 a { background-color: rgb(186,224,107); }

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

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

 span { border-color: rgb(186,224,107); }

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