#BAF36D

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

Shades of Sulu #BAF36D

Tints of Sulu #BAF36D

Color information

#BAF36D (or 0xBAF36D) is unknown color: approx Sulu. HEX triplet: BA, F3 and 6D. RGB value is (186,243,109). Sum of RGB (Red+Green+Blue) = 186+243+109=538 (71% of max value = 765). Red value is 186 (73.05% from 255 or 34.57% from 538); Green value is 243 (95.31% from 255 or 45.17% from 538); Blue value is 109 (42.97% from 255 or 20.26% from 538); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF36D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF36D is #450C92. Grayscale: #D3D3D3. Windows color (decimal): -4525203 or 7205818. OLE color: 7205818.

HSL color Cylindrical-coordinate representation of color #BAF36D: hue angle of 85.52º degrees, saturation: 0.85, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BAF36D is Cyan = 0.23, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.

Color convert

RGB186243109-
CMYK0.2300.550.05
HSL85.52º84.81%69.02%-
HSV(B)85.52º55.14%95.29%-
XYZ55.0675.6426.17-
YUV210.6870.62110.4-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.57%
GREEN value IS 243 (95.31% from 255) = 45.17%
BLUE value IS 109 (42.97% from 255) = 20.26%
R=34.57%
G=45.17%
B=20.26%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1862431090.2300.550.0585.5284.8169.02
HexBAF36D170375565545
Octal272363155270675126125105
Binary10111010111100111101101101110110111101101011010101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF36D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF36D; }

 p { color: rgb(186,243,109); }

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

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

 a { background-color: rgb(186,243,109); }

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

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

 span { border-color: rgb(186,243,109); }

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