#BAF185

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

Shades of Sulu #BAF185

Tints of Sulu #BAF185

Color information

#BAF185 (or 0xBAF185) is unknown color: approx Sulu. HEX triplet: BA, F1 and 85. RGB value is (186,241,133). Sum of RGB (Red+Green+Blue) = 186+241+133=560 (74% of max value = 765). Red value is 186 (73.05% from 255 or 33.21% from 560); Green value is 241 (94.53% from 255 or 43.04% from 560); Blue value is 133 (52.34% from 255 or 23.75% from 560); Max value from RGB is 241 - color contains mainly: green. Hex color #BAF185 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #BAF185 is #450E7A. Grayscale: #D4D4D4. Windows color (decimal): -4525691 or 8778170. OLE color: 8778170.

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

Color convert

RGB186241133-
CMYK0.2300.450.05
HSL90.56º79.41%73.33%-
HSV(B)90.56º44.81%94.51%-
XYZ55.9475.0433.73-
YUV212.2483.28109.28-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 33.21%
GREEN value IS 241 (94.53% from 255) = 43.04%
BLUE value IS 133 (52.34% from 255) = 23.75%
R=33.21%
G=43.04%
B=23.75%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1862411330.2300.450.0590.5679.4173.33
HexBAF1851702D55b4f49
Octal272361205270555133117111
Binary101110101111000110000101101110101101101101101110011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF185; }

 p { color: rgb(186,241,133); }

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

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

 a { background-color: rgb(186,241,133); }

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

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

 span { border-color: rgb(186,241,133); }

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