#BAF384

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

Shades of Sulu #BAF384

Tints of Sulu #BAF384

Color information

#BAF384 (or 0xBAF384) is unknown color: approx Sulu. HEX triplet: BA, F3 and 84. RGB value is (186,243,132). Sum of RGB (Red+Green+Blue) = 186+243+132=561 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.16% from 561); Green value is 243 (95.31% from 255 or 43.32% from 561); Blue value is 132 (51.95% from 255 or 23.53% from 561); Max value from RGB is 243 - color contains mainly: green. Hex color #BAF384 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF384 is #450C7B. Grayscale: #D5D5D5. Windows color (decimal): -4525180 or 8713146. OLE color: 8713146.

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

Color convert

RGB186243132-
CMYK0.2300.460.05
HSL90.81º82.22%73.53%-
HSV(B)90.81º45.68%95.29%-
XYZ56.4776.2133.56-
YUV213.382.12108.53-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.16%
GREEN value IS 243 (95.31% from 255) = 43.32%
BLUE value IS 132 (51.95% from 255) = 23.53%
R=33.16%
G=43.32%
B=23.53%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1862431320.2300.460.0590.8182.2273.53
HexBAF3841702E55b524a
Octal272363204270565133122112
Binary101110101111001110000100101110101110101101101110100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF384; }

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

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

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

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

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

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

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

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