#BAF672

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

Shades of Sulu #BAF672

Tints of Sulu #BAF672

Color information

#BAF672 (or 0xBAF672) is unknown color: approx Sulu. HEX triplet: BA, F6 and 72. RGB value is (186,246,114). Sum of RGB (Red+Green+Blue) = 186+246+114=546 (72% of max value = 765). Red value is 186 (73.05% from 255 or 34.07% from 546); Green value is 246 (96.48% from 255 or 45.05% from 546); Blue value is 114 (44.92% from 255 or 20.88% from 546); Max value from RGB is 246 - color contains mainly: green. Hex color #BAF672 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #BAF672 is #45098D. Grayscale: #D5D5D5. Windows color (decimal): -4524430 or 7534266. OLE color: 7534266.

HSL color Cylindrical-coordinate representation of color #BAF672: hue angle of 87.27º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #BAF672 is Cyan = 0.24, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB186246114-
CMYK0.2400.540.04
HSL87.27º88%70.59%-
HSV(B)87.27º53.66%96.47%-
XYZ56.2477.5727.93-
YUV213.0172.12108.73-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 34.07%
GREEN value IS 246 (96.48% from 255) = 45.05%
BLUE value IS 114 (44.92% from 255) = 20.88%
R=34.07%
G=45.05%
B=20.88%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1862461140.2400.540.0487.278870.59
HexBAF672180364575847
Octal272366162300664127130107
Binary10111010111101101110010110000110110100101011110110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BAF672

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BAF672; }

 p { color: rgb(186,246,114); }

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

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

 a { background-color: rgb(186,246,114); }

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

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

 span { border-color: rgb(186,246,114); }

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