#BAEC74

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

Shades of Sulu #BAEC74

Tints of Sulu #BAEC74

Color information

#BAEC74 (or 0xBAEC74) is unknown color: approx Sulu. HEX triplet: BA, EC and 74. RGB value is (186,236,116). Sum of RGB (Red+Green+Blue) = 186+236+116=538 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.57% from 538); Green value is 236 (92.58% from 255 or 43.87% from 538); Blue value is 116 (45.70% from 255 or 21.56% from 538); Max value from RGB is 236 - color contains mainly: green. Hex color #BAEC74 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAEC74 is #45138B. Grayscale: #CFCFCF. Windows color (decimal): -4526988 or 7662778. OLE color: 7662778.

HSL color Cylindrical-coordinate representation of color #BAEC74: hue angle of 85º degrees, saturation: 0.76, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #BAEC74 is Cyan = 0.21, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB186236116-
CMYK0.2100.510.07
HSL85º75.95%69.02%-
HSV(B)85º50.85%92.55%-
XYZ53.471.6927.55-
YUV207.3776.44112.76-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.57%
GREEN value IS 236 (92.58% from 255) = 43.87%
BLUE value IS 116 (45.70% from 255) = 21.56%
R=34.57%
G=43.87%
B=21.56%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1862361160.2100.510.078575.9569.02
HexBAEC74150337554c45
Octal272354164250637125114105
Binary10111010111011001110100101010110011111101010110011001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAEC74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAEC74; }

 p { color: rgb(186,236,116); }

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

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

 a { background-color: rgb(186,236,116); }

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

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

 span { border-color: rgb(186,236,116); }

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